Skip to content

Commit

Permalink
deploy: 59e870a
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Jan 6, 2025
1 parent 621b244 commit 0463dc3
Show file tree
Hide file tree
Showing 766 changed files with 300,275 additions and 98,386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,14 @@ <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Fil
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte.html">libredte</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib.html">lib</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core.html">Core</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core-helper.html">Helper</a></li>
</ul>

<article class="phpdocumentor-element -class">
<h2 class="phpdocumentor-content__title">
Date
Application

<span class="phpdocumentor-element__extends">
extends <abbr title="\Carbon\Carbon">Carbon</abbr>
extends <abbr title="\Derafu\Lib\Core\Foundation\Application">Application</abbr>
</span>

<div class="phpdocumentor-element__package">
Expand All @@ -201,17 +200,15 @@ <h2 class="phpdocumentor-content__title">
</div>

<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Helper/Date.php"><a href="files/src-helper-date.html"><abbr title="src/Helper/Date.php">Date.php</abbr></a></abbr>
<abbr class="phpdocumentor-element-found-in__file" title="src/Application.php"><a href="files/src-application.html"><abbr title="src/Application.php">Application.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">35</span>
<span class="phpdocumentor-element-found-in__line">33</span>

</aside>

<p class="phpdocumentor-summary">Clase para trabajar con fecha en PHP.</p>
<p class="phpdocumentor-summary">Clase principal de la aplicación.</p>


<section class="phpdocumentor-description"><p>Extiende las funcionalidades de Carbon</p>
</section>



Expand All @@ -221,7 +218,7 @@ <h2 class="phpdocumentor-content__title">

<h3 id="toc">
Table of Contents
<a href="classes/libredte-lib-Core-Helper-Date.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
<a href="classes/libredte-lib-Core-Application.html#toc" class="headerlink"><i class="fas fa-link"></i></a>

</h3>

Expand All @@ -236,17 +233,16 @@ <h3 id="toc">

<h4 id="toc-methods">
Methods
<a href="classes/libredte-lib-Core-Helper-Date.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>
<a href="classes/libredte-lib-Core-Application.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a class="" href="classes/libredte-lib-Core-Helper-Date.html#method_validateAndConvert">validateAndConvert()</a>
<a class="" href="classes/libredte-lib-Core-Application.html#method_getBillingPackage">getBillingPackage()</a>
<span>
&nbsp;: string|null </span>
&nbsp;: <a href="classes/libredte-lib-Core-Package-Billing-Contract-BillingPackageInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Contract\BillingPackageInterface">BillingPackageInterface</abbr></a> </span>
</dt>
<dd>Valida si una fecha está en el formato Y-m-d y la convierte a un nuevo
formato.</dd>
<dd>Entrega el paquete &quot;billing&quot;.</dd>

</dl>

Expand All @@ -259,63 +255,45 @@ <h4 id="toc-methods">
<section class="phpdocumentor-methods">
<h3 class="phpdocumentor-elements__header" id="methods">
Methods
<a href="classes/libredte-lib-Core-Helper-Date.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
<a href="classes/libredte-lib-Core-Application.html#methods" class="headerlink"><i class="fas fa-link"></i></a>

</h3>
<article
class="phpdocumentor-element
-method
-public
-static "
"
>
<h4 class="phpdocumentor-element__name" id="method_validateAndConvert">
validateAndConvert()
<a href="classes/libredte-lib-Core-Helper-Date.html#method_validateAndConvert" class="headerlink"><i class="fas fa-link"></i></a>
<h4 class="phpdocumentor-element__name" id="method_getBillingPackage">
getBillingPackage()
<a href="classes/libredte-lib-Core-Application.html#method_getBillingPackage" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Helper/Date.php"><a href="files/src-helper-date.html"><abbr title="src/Helper/Date.php">Date.php</abbr></a></abbr>
<abbr class="phpdocumentor-element-found-in__file" title="src/Application.php"><a href="files/src-application.html"><abbr title="src/Application.php">Application.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">44</span>
<span class="phpdocumentor-element-found-in__line">40</span>

</aside>

<p class="phpdocumentor-summary">Valida si una fecha está en el formato Y-m-d y la convierte a un nuevo
formato.</p>
<p class="phpdocumentor-summary">Entrega el paquete &quot;billing&quot;.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">validateAndConvert</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$date</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$format</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;d/m/Y&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string|null</span></code>
<span class="phpdocumentor-signature__name">getBillingPackage</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/libredte-lib-Core-Package-Billing-Contract-BillingPackageInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Contract\BillingPackageInterface">BillingPackageInterface</abbr></a></span></code>

<div class="phpdocumentor-label-line">
</div>


<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">$date</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$format</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
= <span class="phpdocumentor-signature__argument__default-value">&#039;d/m/Y&#039;</span> </dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>






<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string|null</span>
<span class="phpdocumentor-signature__response_type"><a href="classes/libredte-lib-Core-Package-Billing-Contract-BillingPackageInterface.html"><abbr title="\libredte\lib\Core\Package\Billing\Contract\BillingPackageInterface">BillingPackageInterface</abbr></a></span>
</section>

</article>
Expand All @@ -325,7 +303,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<div class="phpdocumentor-modal-bg" data-exit-button></div>
<div class="phpdocumentor-modal-container">
<div class="phpdocumentor-modal-content">
<pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/Helper/Date.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
<pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/Application.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
</div>
<button data-exit-button class="phpdocumentor-modal__close">&times;</button>
</div>
Expand Down Expand Up @@ -424,15 +402,15 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/libredte-lib-Core-Helper-Date.html#toc-methods">Methods</a></li>
<li><a href="classes/libredte-lib-Core-Application.html#toc-methods">Methods</a></li>
</ul>
</li>


<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li class=""><a href="classes/libredte-lib-Core-Helper-Date.html#method_validateAndConvert">validateAndConvert()</a></li>
<li class=""><a href="classes/libredte-lib-Core-Application.html#method_getBillingPackage">getBillingPackage()</a></li>
</ul>
</li>
</ul>
Expand All @@ -452,7 +430,7 @@ <h2 class="phpdocumentor-search-results__title">Search results</h2>
</section>
</section>
</div>
<a href="classes/libredte-lib-Core-Helper-Date.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
<a href="classes/libredte-lib-Core-Application.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>

</main>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,15 @@ <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Fil
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte.html">libredte</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib.html">lib</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core.html">Core</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core-sii.html">Sii</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core-sii-httpclient.html">HttpClient</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/libredte-lib-core-exception.html">Exception</a></li>
</ul>

<article class="phpdocumentor-element -class">
<h2 class="phpdocumentor-content__title">
SiiClientException
Exception

<span class="phpdocumentor-element__extends">
extends <abbr title="\Exception">Exception</abbr>
extends <abbr title="\Derafu\Lib\Core\Common\Exception\Exception">Exception</abbr>
</span>

<div class="phpdocumentor-element__package">
Expand All @@ -202,13 +201,13 @@ <h2 class="phpdocumentor-content__title">
</div>

<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Sii/HttpClient/SiiClientException.php"><a href="files/src-sii-httpclient-siiclientexception.html"><abbr title="src/Sii/HttpClient/SiiClientException.php">SiiClientException.php</abbr></a></abbr>
<abbr class="phpdocumentor-element-found-in__file" title="src/Exception/Exception.php"><a href="files/src-exception-exception.html"><abbr title="src/Exception/Exception.php">Exception.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">32</span>

</aside>

<p class="phpdocumentor-summary">Excepción para problemas en la conexión a la API del SII.</p>
<p class="phpdocumentor-summary">Excepción general de la aplicación.</p>



Expand All @@ -220,7 +219,7 @@ <h2 class="phpdocumentor-content__title">

<h3 id="toc">
Table of Contents
<a href="classes/libredte-lib-Core-Sii-HttpClient-SiiClientException.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
<a href="classes/libredte-lib-Core-Exception-Exception.html#toc" class="headerlink"><i class="fas fa-link"></i></a>

</h3>

Expand All @@ -245,7 +244,7 @@ <h3 id="toc">
<div class="phpdocumentor-modal-bg" data-exit-button></div>
<div class="phpdocumentor-modal-container">
<div class="phpdocumentor-modal-content">
<pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/Sii/HttpClient/SiiClientException.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
<pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/Exception/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
</div>
<button data-exit-button class="phpdocumentor-modal__close">&times;</button>
</div>
Expand Down Expand Up @@ -365,7 +364,7 @@ <h2 class="phpdocumentor-search-results__title">Search results</h2>
</section>
</section>
</div>
<a href="classes/libredte-lib-Core-Sii-HttpClient-SiiClientException.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
<a href="classes/libredte-lib-Core-Exception-Exception.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>

</main>

Expand Down
Loading

0 comments on commit 0463dc3

Please sign in to comment.