Skip to content

Commit

Permalink
deploy: 4fdfe19
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Jan 6, 2025
1 parent 0463dc3 commit 3a39a53
Show file tree
Hide file tree
Showing 125 changed files with 621 additions and 1,219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h4 id="toc-methods">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a class="" href="classes/libredte-lib-Core-Package-Billing-Component-Document-Abstract-AbstractValidatorStrategy.html#method_validate">validate()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: void </span>
</dt>
<dd>Valida los datos de un documento tributario electrónico.</dd>

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">validate</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Contract-DocumentBagInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\DocumentBagInterface">DocumentBagInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$bag</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
<span class="phpdocumentor-signature__name">validate</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Contract-DocumentBagInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\DocumentBagInterface">DocumentBagInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$bag</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -330,11 +330,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>



<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
</section>


</article>
<article
class="phpdocumentor-element
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h4 class="phpdocumentor-element__name" id="method_process">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">process</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BatchInterface">BatchInterface</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$batch</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<span class="phpdocumentor-signature__name">process</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Contract-DocumentBatchInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\DocumentBatchInterface">DocumentBatchInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$batch</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -285,10 +285,10 @@ <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">$batch</span>
: <span class="phpdocumentor-signature__argument__return-type"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BatchInterface">BatchInterface</abbr></span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Contract-DocumentBatchInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\DocumentBatchInterface">DocumentBatchInterface</abbr></a></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>Contenedor de los documentos a procesar.</p>
<section class="phpdocumentor-description"><p>Contenedor del lote a procesar.</p>
</section>

</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="phpdocumentor-element__name" id="method_build">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Contract\BuilderException">BuilderException</abbr></span>
<span class="phpdocumentor-tag-link"><a href="classes/libredte-lib-Core-Package-Billing-Component-Document-Exception-BuilderException.html"><abbr title="\libredte\lib\Core\Package\Billing\Component\Document\Exception\BuilderException">BuilderException</abbr></a></span>


</dd>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_create">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php"><a href="files/src-package-billing-component-document-contract-builderstrategyinterface.html"><abbr title="src/Package/Billing/Component/Document/Contract/BuilderStrategyInterface.php">BuilderStrategyInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">52</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down
Loading

0 comments on commit 3a39a53

Please sign in to comment.