Skip to content

Commit

Permalink
deploy: 83f6723
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Dec 6, 2024
1 parent 1df5d4a commit 99bc1c5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions classes/libredte-lib-Core-Signature-CertificateFaker.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Signature/CertificateFaker.php"><a href="files/src-signature-certificatefaker.html"><abbr title="src/Signature/CertificateFaker.php">CertificateFaker.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">290</span>
<span class="phpdocumentor-element-found-in__line">293</span>

</aside>

Expand Down Expand Up @@ -602,7 +602,7 @@ <h4 class="phpdocumentor-element__name" id="method_createAsArray">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Signature/CertificateFaker.php"><a href="files/src-signature-certificatefaker.html"><abbr title="src/Signature/CertificateFaker.php">CertificateFaker.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">275</span>
<span class="phpdocumentor-element-found-in__line">278</span>

</aside>

Expand Down Expand Up @@ -646,7 +646,7 @@ <h4 class="phpdocumentor-element__name" id="method_createAsString">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Signature/CertificateFaker.php"><a href="files/src-signature-certificatefaker.html"><abbr title="src/Signature/CertificateFaker.php">CertificateFaker.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">214</span>
<span class="phpdocumentor-element-found-in__line">203</span>

</aside>

Expand Down Expand Up @@ -690,7 +690,7 @@ <h4 class="phpdocumentor-element__name" id="method_getPassword">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Signature/CertificateFaker.php"><a href="files/src-signature-certificatefaker.html"><abbr title="src/Signature/CertificateFaker.php">CertificateFaker.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">203</span>
<span class="phpdocumentor-element-found-in__line">192</span>

</aside>

Expand Down Expand Up @@ -847,7 +847,7 @@ <h4 class="phpdocumentor-element__name" id="method_setPassword">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Signature/CertificateFaker.php"><a href="files/src-signature-certificatefaker.html"><abbr title="src/Signature/CertificateFaker.php">CertificateFaker.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">193</span>
<span class="phpdocumentor-element-found-in__line">182</span>

</aside>

Expand Down Expand Up @@ -1025,7 +1025,7 @@ <h4 class="phpdocumentor-element__name" id="method_setValidity">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">setValidity</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$validTo</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
<span class="phpdocumentor-signature__name">setValidity</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$days</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">365</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -1034,12 +1034,12 @@ <h4 class="phpdocumentor-element__name" id="method_setValidity">
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$validTo</span>
<span class="phpdocumentor-signature__argument__name">$days</span>
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
= <span class="phpdocumentor-signature__argument__default-value">365</span> </dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>Fecha de validez hasta, en formato 'Y-m-d'.
Si no se proporciona, se establece un año a partir de la fecha actual.</p>
<section class="phpdocumentor-description"><p>Días que el certificado será válido desde la
fecha actual. Si no se proporciona, tendrá validez de 365 días.</p>
</section>

</dd>
Expand Down

0 comments on commit 99bc1c5

Please sign in to comment.