Skip to content

Commit

Permalink
Deploy docs from 9a4d146
Browse files Browse the repository at this point in the history
Tom Udding: Merge pull request #1779 from JortvD/feature/tag-course-document

Implement watermark tag

Co-authored-by: tomudding <[email protected]>
  • Loading branch information
github-actions[bot] and tomudding committed Feb 1, 2024
1 parent f2159a9 commit 65f0164
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 8 deletions.
2 changes: 1 addition & 1 deletion classes/Application-Module.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h4 class="phpdocumentor-element__name" id="method_getViewHelperConfig">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Module.php"><a href="files/module-application-src-module.html"><abbr title="module/Application/src/Module.php">Module.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">220</span>
<span class="phpdocumentor-element-found-in__line">221</span>

</aside>

Expand Down
105 changes: 98 additions & 7 deletions classes/Application-Service-WatermarkService.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ <h4 id="toc-constants">
&nbsp;= 8 </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -constant -private">
<a href="classes/Application-Service-WatermarkService.html#constant_TAG_FONT">TAG_FONT</a>
<span>
&nbsp;= &#039;times&#039; </span>
</dt>

</dl>


Expand All @@ -495,6 +501,12 @@ <h4 id="toc-properties">
&nbsp;: string </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Application-Service-WatermarkService.html#property_watermarkConfig">$watermarkConfig</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>

</dl>

<h4 id="toc-methods">
Expand Down Expand Up @@ -624,6 +636,34 @@ <h4 class="phpdocumentor-element__name" id="constant_FONT_SIZE_HORIZONTAL">



</article>
<article class="phpdocumentor-element -constant -private ">
<h4 class="phpdocumentor-element__name" id="constant_TAG_FONT">
TAG_FONT
<a href="classes/Application-Service-WatermarkService.html#constant_TAG_FONT" class="headerlink"><i class="fas fa-link"></i></a>

</h4>

<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">32</span>

</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">TAG_FONT</span>
= <span class="phpdocumentor-signature__default-value">&#039;times&#039;</span>
</code>






</article>
</section>

Expand Down Expand Up @@ -651,7 +691,7 @@ <h4 class="phpdocumentor-element__name" id="property_authService">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">37</span>
<span class="phpdocumentor-element-found-in__line">39</span>

</aside>

Expand Down Expand Up @@ -684,7 +724,7 @@ <h4 class="phpdocumentor-element__name" id="property_remoteAddress">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">38</span>
<span class="phpdocumentor-element-found-in__line">40</span>

</aside>

Expand All @@ -699,6 +739,39 @@ <h4 class="phpdocumentor-element__name" id="property_remoteAddress">



</article>
<article
class="
phpdocumentor-element
-property
-private
-read-only "
>
<h4 class="phpdocumentor-element__name" id="property_watermarkConfig">
$watermarkConfig
<a href="classes/Application-Service-WatermarkService.html#property_watermarkConfig" class="headerlink"><i class="fas fa-link"></i></a>

<span class="phpdocumentor-element__modifiers">
<small class="phpdocumentor-element__modifier">read-only</small> </span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">41</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__name">$watermarkConfig</span>
</code>





</article>
</section>

Expand All @@ -722,14 +795,14 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">36</span>
<span class="phpdocumentor-element-found-in__line">38</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/User-Authentication-AuthenticationService.html"><abbr title="\User\Authentication\AuthenticationService">AuthenticationService</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$authService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$remoteAddress</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/User-Authentication-AuthenticationService.html"><abbr title="\User\Authentication\AuthenticationService">AuthenticationService</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$authService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$remoteAddress</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$watermarkConfig</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -749,6 +822,13 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$watermarkConfig</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>

Expand All @@ -767,6 +847,15 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<section class="phpdocumentor-description"><p>TUserAuth $authService</p>
</section>

</dd>
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">psalm-param</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">

<section class="phpdocumentor-description"><p>array{tag: string} $watermarkConfig</p>
</section>

</dd>
</dl>

Expand All @@ -786,7 +875,7 @@ <h4 class="phpdocumentor-element__name" id="method_watermarkPdf">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">47</span>
<span class="phpdocumentor-element-found-in__line">50</span>

</aside>

Expand Down Expand Up @@ -851,7 +940,7 @@ <h4 class="phpdocumentor-element__name" id="method_calculateTextAngle">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">155</span>
<span class="phpdocumentor-element-found-in__line">192</span>

</aside>

Expand Down Expand Up @@ -904,7 +993,7 @@ <h4 class="phpdocumentor-element__name" id="method_getWatermarkText">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/Service/WatermarkService.php"><a href="files/module-application-src-service-watermarkservice.html"><abbr title="module/Application/src/Service/WatermarkService.php">WatermarkService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">172</span>
<span class="phpdocumentor-element-found-in__line">209</span>

</aside>

Expand Down Expand Up @@ -1046,6 +1135,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li><a href="classes/Application-Service-WatermarkService.html#constant_FONT">FONT</a></li>
<li><a href="classes/Application-Service-WatermarkService.html#constant_FONT_SIZE_DIAGONAL">FONT_SIZE_DIAGONAL</a></li>
<li><a href="classes/Application-Service-WatermarkService.html#constant_FONT_SIZE_HORIZONTAL">FONT_SIZE_HORIZONTAL</a></li>
<li><a href="classes/Application-Service-WatermarkService.html#constant_TAG_FONT">TAG_FONT</a></li>
</ul>
</li>

Expand All @@ -1054,6 +1144,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Application-Service-WatermarkService.html#property_authService">$authService<a href="classes/Application-Service-WatermarkService.html"></li>
<li><a href="classes/Application-Service-WatermarkService.html#property_remoteAddress">$remoteAddress<a href="classes/Application-Service-WatermarkService.html"></li>
<li><a href="classes/Application-Service-WatermarkService.html#property_watermarkConfig">$watermarkConfig<a href="classes/Application-Service-WatermarkService.html"></li>
</ul>
</li>

Expand Down
10 changes: 10 additions & 0 deletions js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -3975,6 +3975,11 @@ Search.appendIndex(
"name": "FONT",
"summary": "",
"url": "classes/Application-Service-WatermarkService.html#constant_FONT"
}, {
"fqsen": "\\Application\\Service\\WatermarkService\u003A\u003ATAG_FONT",
"name": "TAG_FONT",
"summary": "",
"url": "classes/Application-Service-WatermarkService.html#constant_TAG_FONT"
}, {
"fqsen": "\\Application\\Service\\WatermarkService\u003A\u003A\u0024authService",
"name": "authService",
Expand All @@ -3985,6 +3990,11 @@ Search.appendIndex(
"name": "remoteAddress",
"summary": "",
"url": "classes/Application-Service-WatermarkService.html#property_remoteAddress"
}, {
"fqsen": "\\Application\\Service\\WatermarkService\u003A\u003A\u0024watermarkConfig",
"name": "watermarkConfig",
"summary": "",
"url": "classes/Application-Service-WatermarkService.html#property_watermarkConfig"
}, {
"fqsen": "\\Application\\View\\Helper\\Acl",
"name": "Acl",
Expand Down

0 comments on commit 65f0164

Please sign in to comment.