Skip to content

Commit 52d6eb1

Browse files
author
github-actions
committed
phplist/core docs deployment Wed Mar 12 18:52:48 UTC 2025
Signed-off-by: github-actions <github-actions@restapi-docs.workflow>
1 parent 4e93150 commit 52d6eb1

16 files changed

+8485
-223
lines changed

classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html

Lines changed: 2367 additions & 0 deletions
Large diffs are not rendered by default.

classes/PhpList-Core-Domain-Model-Messaging-Message-MessageContent.html

Lines changed: 959 additions & 0 deletions
Large diffs are not rendered by default.

classes/PhpList-Core-Domain-Model-Messaging-Message-MessageFormat.html

Lines changed: 1217 additions & 0 deletions
Large diffs are not rendered by default.

classes/PhpList-Core-Domain-Model-Messaging-Message-MessageMetadata.html

Lines changed: 1125 additions & 0 deletions
Large diffs are not rendered by default.

classes/PhpList-Core-Domain-Model-Messaging-Message-MessageSchedule.html

Lines changed: 858 additions & 0 deletions
Large diffs are not rendered by default.

classes/PhpList-Core-Domain-Model-Messaging-UserMessage.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2 class="phpdocumentor-content__title">
124124
<aside class="phpdocumentor-element-found-in">
125125
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
126126
:
127-
<span class="phpdocumentor-element-found-in__line">12</span>
127+
<span class="phpdocumentor-element-found-in__line">13</span>
128128

129129
</aside>
130130

@@ -247,7 +247,7 @@ <h4 id="toc-properties">
247247
<dt class="phpdocumentor-table-of-contents__entry -property -private">
248248
<a class="" href="classes/PhpList-Core-Domain-Model-Messaging-UserMessage.html#property_message">$message</a>
249249
<span>
250-
&nbsp;: <a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a> </span>
250+
&nbsp;: <a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a> </span>
251251
</dt>
252252

253253
<dt class="phpdocumentor-table-of-contents__entry -property -private">
@@ -285,7 +285,7 @@ <h4 id="toc-methods">
285285
<dt class="phpdocumentor-table-of-contents__entry -method -public">
286286
<a class="" href="classes/PhpList-Core-Domain-Model-Messaging-UserMessage.html#method_getMessage">getMessage()</a>
287287
<span>
288-
&nbsp;: <a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a> </span>
288+
&nbsp;: <a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a> </span>
289289
</dt>
290290

291291
<dt class="phpdocumentor-table-of-contents__entry -method -public">
@@ -366,7 +366,7 @@ <h4 class="phpdocumentor-element__name" id="property_entered">
366366
<aside class="phpdocumentor-element-found-in">
367367
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
368368
:
369-
<span class="phpdocumentor-element-found-in__line">31</span>
369+
<span class="phpdocumentor-element-found-in__line">32</span>
370370

371371
</aside>
372372

@@ -419,15 +419,15 @@ <h4 class="phpdocumentor-element__name" id="property_message">
419419
<aside class="phpdocumentor-element-found-in">
420420
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
421421
:
422-
<span class="phpdocumentor-element-found-in__line">26</span>
422+
<span class="phpdocumentor-element-found-in__line">27</span>
423423

424424
</aside>
425425

426426

427427

428428
<code class="phpdocumentor-code phpdocumentor-signature ">
429429
<span class="phpdocumentor-signature__visibility">private</span>
430-
<span class="phpdocumentor-signature__type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a></span>
430+
<span class="phpdocumentor-signature__type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a></span>
431431
<span class="phpdocumentor-signature__name">$message</span>
432432
</code>
433433

@@ -468,7 +468,7 @@ <h5 class="phpdocumentor-elements__header" id="attributes">
468468
#[<abbr title="\Doctrine\ORM\Mapping\ManyToOne">ManyToOne</abbr>]
469469
</dt>
470470
<dd class="phpdocumentor-argument-list__entry">
471-
$targetEntity: \PhpList\Core\Domain\Model\Messaging\Message::class
471+
$targetEntity: \PhpList\Core\Domain\Model\Messaging\Message\Message::class
472472
</dd>
473473
</dl>
474474
</section>
@@ -491,7 +491,7 @@ <h4 class="phpdocumentor-element__name" id="property_status">
491491
<aside class="phpdocumentor-element-found-in">
492492
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
493493
:
494-
<span class="phpdocumentor-element-found-in__line">37</span>
494+
<span class="phpdocumentor-element-found-in__line">38</span>
495495

496496
</aside>
497497

@@ -550,7 +550,7 @@ <h4 class="phpdocumentor-element__name" id="property_user">
550550
<aside class="phpdocumentor-element-found-in">
551551
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
552552
:
553-
<span class="phpdocumentor-element-found-in__line">21</span>
553+
<span class="phpdocumentor-element-found-in__line">22</span>
554554

555555
</aside>
556556

@@ -622,7 +622,7 @@ <h4 class="phpdocumentor-element__name" id="property_viewed">
622622
<aside class="phpdocumentor-element-found-in">
623623
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
624624
:
625-
<span class="phpdocumentor-element-found-in__line">34</span>
625+
<span class="phpdocumentor-element-found-in__line">35</span>
626626

627627
</aside>
628628

@@ -683,7 +683,7 @@ <h4 class="phpdocumentor-element__name" id="method_getEntered">
683683
<aside class="phpdocumentor-element-found-in">
684684
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
685685
:
686-
<span class="phpdocumentor-element-found-in__line">50</span>
686+
<span class="phpdocumentor-element-found-in__line">51</span>
687687

688688
</aside>
689689

@@ -721,14 +721,14 @@ <h4 class="phpdocumentor-element__name" id="method_getMessage">
721721
<aside class="phpdocumentor-element-found-in">
722722
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
723723
:
724-
<span class="phpdocumentor-element-found-in__line">45</span>
724+
<span class="phpdocumentor-element-found-in__line">46</span>
725725

726726
</aside>
727727

728728

729729
<code class="phpdocumentor-code phpdocumentor-signature ">
730730
<span class="phpdocumentor-signature__visibility">public</span>
731-
<span class="phpdocumentor-signature__name">getMessage</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a></span></code>
731+
<span class="phpdocumentor-signature__name">getMessage</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a></span></code>
732732

733733
<div class="phpdocumentor-label-line">
734734
</div>
@@ -741,7 +741,7 @@ <h4 class="phpdocumentor-element__name" id="method_getMessage">
741741

742742
<section>
743743
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
744-
<span class="phpdocumentor-signature__response_type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a></span>
744+
<span class="phpdocumentor-signature__response_type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a></span>
745745
</section>
746746

747747
</article>
@@ -759,7 +759,7 @@ <h4 class="phpdocumentor-element__name" id="method_getStatus">
759759
<aside class="phpdocumentor-element-found-in">
760760
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
761761
:
762-
<span class="phpdocumentor-element-found-in__line">60</span>
762+
<span class="phpdocumentor-element-found-in__line">61</span>
763763

764764
</aside>
765765

@@ -797,7 +797,7 @@ <h4 class="phpdocumentor-element__name" id="method_getUser">
797797
<aside class="phpdocumentor-element-found-in">
798798
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
799799
:
800-
<span class="phpdocumentor-element-found-in__line">40</span>
800+
<span class="phpdocumentor-element-found-in__line">41</span>
801801

802802
</aside>
803803

@@ -835,7 +835,7 @@ <h4 class="phpdocumentor-element__name" id="method_getViewed">
835835
<aside class="phpdocumentor-element-found-in">
836836
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
837837
:
838-
<span class="phpdocumentor-element-found-in__line">55</span>
838+
<span class="phpdocumentor-element-found-in__line">56</span>
839839

840840
</aside>
841841

@@ -873,7 +873,7 @@ <h4 class="phpdocumentor-element__name" id="method_setEntered">
873873
<aside class="phpdocumentor-element-found-in">
874874
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
875875
:
876-
<span class="phpdocumentor-element-found-in__line">77</span>
876+
<span class="phpdocumentor-element-found-in__line">78</span>
877877

878878
</aside>
879879

@@ -921,14 +921,14 @@ <h4 class="phpdocumentor-element__name" id="method_setMessage">
921921
<aside class="phpdocumentor-element-found-in">
922922
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
923923
:
924-
<span class="phpdocumentor-element-found-in__line">71</span>
924+
<span class="phpdocumentor-element-found-in__line">72</span>
925925

926926
</aside>
927927

928928

929929
<code class="phpdocumentor-code phpdocumentor-signature ">
930930
<span class="phpdocumentor-signature__visibility">public</span>
931-
<span class="phpdocumentor-signature__name">setMessage</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$message</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
931+
<span class="phpdocumentor-signature__name">setMessage</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$message</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
932932

933933
<div class="phpdocumentor-label-line">
934934
</div>
@@ -938,7 +938,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
938938
<dl class="phpdocumentor-argument-list">
939939
<dt class="phpdocumentor-argument-list__entry">
940940
<span class="phpdocumentor-signature__argument__name">$message</span>
941-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message">Message</abbr></a></span>
941+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/PhpList-Core-Domain-Model-Messaging-Message-Message.html"><abbr title="\PhpList\Core\Domain\Model\Messaging\Message\Message">Message</abbr></a></span>
942942
</dt>
943943
<dd class="phpdocumentor-argument-list__definition">
944944

@@ -969,7 +969,7 @@ <h4 class="phpdocumentor-element__name" id="method_setStatus">
969969
<aside class="phpdocumentor-element-found-in">
970970
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
971971
:
972-
<span class="phpdocumentor-element-found-in__line">89</span>
972+
<span class="phpdocumentor-element-found-in__line">90</span>
973973

974974
</aside>
975975

@@ -1017,7 +1017,7 @@ <h4 class="phpdocumentor-element__name" id="method_setUser">
10171017
<aside class="phpdocumentor-element-found-in">
10181018
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
10191019
:
1020-
<span class="phpdocumentor-element-found-in__line">65</span>
1020+
<span class="phpdocumentor-element-found-in__line">66</span>
10211021

10221022
</aside>
10231023

@@ -1065,7 +1065,7 @@ <h4 class="phpdocumentor-element__name" id="method_setViewed">
10651065
<aside class="phpdocumentor-element-found-in">
10661066
<abbr class="phpdocumentor-element-found-in__file" title="src/Domain/Model/Messaging/UserMessage.php"><a href="files/src-domain-model-messaging-usermessage.html"><abbr title="src/Domain/Model/Messaging/UserMessage.php">UserMessage.php</abbr></a></abbr>
10671067
:
1068-
<span class="phpdocumentor-element-found-in__line">83</span>
1068+
<span class="phpdocumentor-element-found-in__line">84</span>
10691069

10701070
</aside>
10711071

0 commit comments

Comments
 (0)