Skip to content

Commit dbffa1a

Browse files
committedDec 15, 2023
Automated deployment: Fri Dec 15 04:13:53 UTC 2023 alphazframework/framework@6fb8bf5
1 parent 44a6fdd commit dbffa1a

23 files changed

+327
-367
lines changed
 

‎classes/alphaz-Auth-Logout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="phpdocumentor-content__title">
119119
<aside class="phpdocumentor-element-found-in">
120120
<abbr class="phpdocumentor-element-found-in__file" title="src/Auth/Logout.php"><a href="files/src-auth-logout.html"><abbr title="src/Auth/Logout.php">Logout.php</abbr></a></abbr>
121121
:
122-
<span class="phpdocumentor-element-found-in__line">23</span>
122+
<span class="phpdocumentor-element-found-in__line">24</span>
123123
</aside>
124124

125125

@@ -170,7 +170,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
170170
<aside class="phpdocumentor-element-found-in">
171171
<abbr class="phpdocumentor-element-found-in__file" title="src/Auth/Logout.php"><a href="files/src-auth-logout.html"><abbr title="src/Auth/Logout.php">Logout.php</abbr></a></abbr>
172172
:
173-
<span class="phpdocumentor-element-found-in__line">32</span>
173+
<span class="phpdocumentor-element-found-in__line">33</span>
174174
</aside>
175175

176176
<p class="phpdocumentor-summary">Logout the user.</p>

‎classes/alphaz-Common-FTP.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
921921

922922
<code class="phpdocumentor-code phpdocumentor-signature ">
923923
<span class="phpdocumentor-signature__visibility">public</span>
924-
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$local</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$remote</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mode</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">FTP_BINARY</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
924+
<span class="phpdocumentor-signature__name">get</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$local</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$remote</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mode</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">FTP_BINARY</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
925925

926926
<section class="phpdocumentor-description"></section>
927927

@@ -938,10 +938,12 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
938938
</dd>
939939
<dt class="phpdocumentor-argument-list__entry">
940940
<span class="phpdocumentor-signature__argument__name">$remote</span>
941-
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
941+
: <span class="phpdocumentor-signature__argument__return-type">(mixed)</span>
942942
</dt>
943943
<dd class="phpdocumentor-argument-list__definition">
944-
944+
<section class="phpdocumentor-description"><p>remote</p>
945+
</section>
946+
945947
</dd>
946948
<dt class="phpdocumentor-argument-list__entry">
947949
<span class="phpdocumentor-signature__argument__name">$mode</span>

‎classes/alphaz-Common-Logger-Logger.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ <h4 class="phpdocumentor-element__name" id="method_interpolate">
951951
<aside class="phpdocumentor-element-found-in">
952952
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/Logger/Logger.php"><a href="files/src-common-logger-logger.html"><abbr title="src/Common/Logger/Logger.php">Logger.php</abbr></a></abbr>
953953
:
954-
<span class="phpdocumentor-element-found-in__line">204</span>
954+
<span class="phpdocumentor-element-found-in__line">205</span>
955955
</aside>
956956

957957
<p class="phpdocumentor-summary">Interpolate string with parameters.</p>
@@ -1109,7 +1109,7 @@ <h4 class="phpdocumentor-element__name" id="method_logException">
11091109
<aside class="phpdocumentor-element-found-in">
11101110
<abbr class="phpdocumentor-element-found-in__file" title="src/Common/Logger/Logger.php"><a href="files/src-common-logger-logger.html"><abbr title="src/Common/Logger/Logger.php">Logger.php</abbr></a></abbr>
11111111
:
1112-
<span class="phpdocumentor-element-found-in__line">188</span>
1112+
<span class="phpdocumentor-element-found-in__line">189</span>
11131113
</aside>
11141114

11151115
<p class="phpdocumentor-summary">Log an Exception.</p>

‎classes/alphaz-Console-Colorize.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="phpdocumentor-content__title">
119119
<aside class="phpdocumentor-element-found-in">
120120
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
121121
:
122-
<span class="phpdocumentor-element-found-in__line">23</span>
122+
<span class="phpdocumentor-element-found-in__line">24</span>
123123
</aside>
124124

125125

@@ -179,7 +179,7 @@ <h4 class="phpdocumentor-element__name" id="property_styles">
179179
<aside class="phpdocumentor-element-found-in">
180180
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
181181
:
182-
<span class="phpdocumentor-element-found-in__line">32</span>
182+
<span class="phpdocumentor-element-found-in__line">33</span>
183183
</aside>
184184

185185
<p class="phpdocumentor-summary">Foregroud colors.</p>
@@ -230,7 +230,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
230230
<aside class="phpdocumentor-element-found-in">
231231
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
232232
:
233-
<span class="phpdocumentor-element-found-in__line">69</span>
233+
<span class="phpdocumentor-element-found-in__line">70</span>
234234
</aside>
235235

236236
<p class="phpdocumentor-summary">Get the color by key.</p>

‎classes/alphaz-Console-Command.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="phpdocumentor-content__title">
119119
<aside class="phpdocumentor-element-found-in">
120120
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
121121
:
122-
<span class="phpdocumentor-element-found-in__line">21</span>
122+
<span class="phpdocumentor-element-found-in__line">22</span>
123123
</aside>
124124

125125

@@ -256,7 +256,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
256256
<aside class="phpdocumentor-element-found-in">
257257
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
258258
:
259-
<span class="phpdocumentor-element-found-in__line">39</span>
259+
<span class="phpdocumentor-element-found-in__line">40</span>
260260
</aside>
261261

262262
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -303,7 +303,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
303303
<aside class="phpdocumentor-element-found-in">
304304
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
305305
:
306-
<span class="phpdocumentor-element-found-in__line">57</span>
306+
<span class="phpdocumentor-element-found-in__line">58</span>
307307
</aside>
308308

309309
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -350,7 +350,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
350350
<aside class="phpdocumentor-element-found-in">
351351
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
352352
:
353-
<span class="phpdocumentor-element-found-in__line">48</span>
353+
<span class="phpdocumentor-element-found-in__line">49</span>
354354
</aside>
355355

356356
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -397,7 +397,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
397397
<aside class="phpdocumentor-element-found-in">
398398
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
399399
:
400-
<span class="phpdocumentor-element-found-in__line">30</span>
400+
<span class="phpdocumentor-element-found-in__line">31</span>
401401
</aside>
402402

403403
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -448,7 +448,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
448448
<aside class="phpdocumentor-element-found-in">
449449
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
450450
:
451-
<span class="phpdocumentor-element-found-in__line">64</span>
451+
<span class="phpdocumentor-element-found-in__line">65</span>
452452
</aside>
453453

454454
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -482,7 +482,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
482482
<aside class="phpdocumentor-element-found-in">
483483
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
484484
:
485-
<span class="phpdocumentor-element-found-in__line">129</span>
485+
<span class="phpdocumentor-element-found-in__line">130</span>
486486
</aside>
487487

488488
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -527,7 +527,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
527527
<aside class="phpdocumentor-element-found-in">
528528
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
529529
:
530-
<span class="phpdocumentor-element-found-in__line">94</span>
530+
<span class="phpdocumentor-element-found-in__line">95</span>
531531
</aside>
532532

533533
<p class="phpdocumentor-summary">Get description.</p>
@@ -561,7 +561,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
561561
<aside class="phpdocumentor-element-found-in">
562562
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
563563
:
564-
<span class="phpdocumentor-element-found-in__line">104</span>
564+
<span class="phpdocumentor-element-found-in__line">105</span>
565565
</aside>
566566

567567
<p class="phpdocumentor-summary">Get flags.</p>
@@ -595,7 +595,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
595595
<aside class="phpdocumentor-element-found-in">
596596
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
597597
:
598-
<span class="phpdocumentor-element-found-in__line">74</span>
598+
<span class="phpdocumentor-element-found-in__line">75</span>
599599
</aside>
600600

601601
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -629,7 +629,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
629629
<aside class="phpdocumentor-element-found-in">
630630
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
631631
:
632-
<span class="phpdocumentor-element-found-in__line">84</span>
632+
<span class="phpdocumentor-element-found-in__line">85</span>
633633
</aside>
634634

635635
<p class="phpdocumentor-summary">Get sign.</p>
@@ -663,7 +663,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
663663
<aside class="phpdocumentor-element-found-in">
664664
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
665665
:
666-
<span class="phpdocumentor-element-found-in__line">155</span>
666+
<span class="phpdocumentor-element-found-in__line">156</span>
667667
</aside>
668668

669669
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -723,7 +723,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
723723
<aside class="phpdocumentor-element-found-in">
724724
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
725725
:
726-
<span class="phpdocumentor-element-found-in__line">141</span>
726+
<span class="phpdocumentor-element-found-in__line">142</span>
727727
</aside>
728728

729729
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -757,7 +757,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
757757
<aside class="phpdocumentor-element-found-in">
758758
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
759759
:
760-
<span class="phpdocumentor-element-found-in__line">117</span>
760+
<span class="phpdocumentor-element-found-in__line">118</span>
761761
</aside>
762762

763763
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-Cache.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Cache.php"><a href="files/src-console-commands-cache.html"><abbr title="src/Console/Commands/Cache.php">Cache.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">26</span>
126+
<span class="phpdocumentor-element-found-in__line">27</span>
127127
</aside>
128128

129129

@@ -260,7 +260,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
260260
<aside class="phpdocumentor-element-found-in">
261261
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Cache.php"><a href="files/src-console-commands-cache.html"><abbr title="src/Console/Commands/Cache.php">Cache.php</abbr></a></abbr>
262262
:
263-
<span class="phpdocumentor-element-found-in__line">44</span>
263+
<span class="phpdocumentor-element-found-in__line">45</span>
264264
</aside>
265265

266266
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -307,7 +307,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
307307
<aside class="phpdocumentor-element-found-in">
308308
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
309309
:
310-
<span class="phpdocumentor-element-found-in__line">57</span>
310+
<span class="phpdocumentor-element-found-in__line">58</span>
311311
</aside>
312312

313313
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -354,7 +354,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
354354
<aside class="phpdocumentor-element-found-in">
355355
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
356356
:
357-
<span class="phpdocumentor-element-found-in__line">48</span>
357+
<span class="phpdocumentor-element-found-in__line">49</span>
358358
</aside>
359359

360360
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -401,7 +401,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
401401
<aside class="phpdocumentor-element-found-in">
402402
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Cache.php"><a href="files/src-console-commands-cache.html"><abbr title="src/Console/Commands/Cache.php">Cache.php</abbr></a></abbr>
403403
:
404-
<span class="phpdocumentor-element-found-in__line">35</span>
404+
<span class="phpdocumentor-element-found-in__line">36</span>
405405
</aside>
406406

407407
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -452,7 +452,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
452452
<aside class="phpdocumentor-element-found-in">
453453
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Cache.php"><a href="files/src-console-commands-cache.html"><abbr title="src/Console/Commands/Cache.php">Cache.php</abbr></a></abbr>
454454
:
455-
<span class="phpdocumentor-element-found-in__line">51</span>
455+
<span class="phpdocumentor-element-found-in__line">52</span>
456456
</aside>
457457

458458
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -486,7 +486,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
486486
<aside class="phpdocumentor-element-found-in">
487487
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
488488
:
489-
<span class="phpdocumentor-element-found-in__line">129</span>
489+
<span class="phpdocumentor-element-found-in__line">130</span>
490490
</aside>
491491

492492
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -531,7 +531,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
531531
<aside class="phpdocumentor-element-found-in">
532532
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
533533
:
534-
<span class="phpdocumentor-element-found-in__line">94</span>
534+
<span class="phpdocumentor-element-found-in__line">95</span>
535535
</aside>
536536

537537
<p class="phpdocumentor-summary">Get description.</p>
@@ -565,7 +565,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
565565
<aside class="phpdocumentor-element-found-in">
566566
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
567567
:
568-
<span class="phpdocumentor-element-found-in__line">104</span>
568+
<span class="phpdocumentor-element-found-in__line">105</span>
569569
</aside>
570570

571571
<p class="phpdocumentor-summary">Get flags.</p>
@@ -599,7 +599,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
599599
<aside class="phpdocumentor-element-found-in">
600600
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
601601
:
602-
<span class="phpdocumentor-element-found-in__line">74</span>
602+
<span class="phpdocumentor-element-found-in__line">75</span>
603603
</aside>
604604

605605
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -633,7 +633,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
633633
<aside class="phpdocumentor-element-found-in">
634634
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
635635
:
636-
<span class="phpdocumentor-element-found-in__line">84</span>
636+
<span class="phpdocumentor-element-found-in__line">85</span>
637637
</aside>
638638

639639
<p class="phpdocumentor-summary">Get sign.</p>
@@ -667,7 +667,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
667667
<aside class="phpdocumentor-element-found-in">
668668
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Cache.php"><a href="files/src-console-commands-cache.html"><abbr title="src/Console/Commands/Cache.php">Cache.php</abbr></a></abbr>
669669
:
670-
<span class="phpdocumentor-element-found-in__line">65</span>
670+
<span class="phpdocumentor-element-found-in__line">66</span>
671671
</aside>
672672

673673
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -728,7 +728,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
728728
<aside class="phpdocumentor-element-found-in">
729729
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
730730
:
731-
<span class="phpdocumentor-element-found-in__line">141</span>
731+
<span class="phpdocumentor-element-found-in__line">142</span>
732732
</aside>
733733

734734
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -762,7 +762,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
762762
<aside class="phpdocumentor-element-found-in">
763763
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
764764
:
765-
<span class="phpdocumentor-element-found-in__line">117</span>
765+
<span class="phpdocumentor-element-found-in__line">118</span>
766766
</aside>
767767

768768
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-Controller.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">25</span>
126+
<span class="phpdocumentor-element-found-in__line">26</span>
127127
</aside>
128128

129129

@@ -267,7 +267,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
267267
<aside class="phpdocumentor-element-found-in">
268268
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
269269
:
270-
<span class="phpdocumentor-element-found-in__line">43</span>
270+
<span class="phpdocumentor-element-found-in__line">44</span>
271271
</aside>
272272

273273
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -314,7 +314,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
314314
<aside class="phpdocumentor-element-found-in">
315315
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
316316
:
317-
<span class="phpdocumentor-element-found-in__line">52</span>
317+
<span class="phpdocumentor-element-found-in__line">53</span>
318318
</aside>
319319

320320
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -361,7 +361,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
361361
<aside class="phpdocumentor-element-found-in">
362362
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
363363
:
364-
<span class="phpdocumentor-element-found-in__line">48</span>
364+
<span class="phpdocumentor-element-found-in__line">49</span>
365365
</aside>
366366

367367
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -408,7 +408,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
408408
<aside class="phpdocumentor-element-found-in">
409409
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
410410
:
411-
<span class="phpdocumentor-element-found-in__line">34</span>
411+
<span class="phpdocumentor-element-found-in__line">35</span>
412412
</aside>
413413

414414
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -459,7 +459,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
459459
<aside class="phpdocumentor-element-found-in">
460460
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
461461
:
462-
<span class="phpdocumentor-element-found-in__line">61</span>
462+
<span class="phpdocumentor-element-found-in__line">62</span>
463463
</aside>
464464

465465
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -493,7 +493,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
493493
<aside class="phpdocumentor-element-found-in">
494494
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
495495
:
496-
<span class="phpdocumentor-element-found-in__line">129</span>
496+
<span class="phpdocumentor-element-found-in__line">130</span>
497497
</aside>
498498

499499
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -538,7 +538,7 @@ <h4 class="phpdocumentor-element__name" id="method_controller">
538538
<aside class="phpdocumentor-element-found-in">
539539
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
540540
:
541-
<span class="phpdocumentor-element-found-in__line">88</span>
541+
<span class="phpdocumentor-element-found-in__line">89</span>
542542
</aside>
543543

544544

@@ -580,7 +580,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
580580
<aside class="phpdocumentor-element-found-in">
581581
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
582582
:
583-
<span class="phpdocumentor-element-found-in__line">94</span>
583+
<span class="phpdocumentor-element-found-in__line">95</span>
584584
</aside>
585585

586586
<p class="phpdocumentor-summary">Get description.</p>
@@ -614,7 +614,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
614614
<aside class="phpdocumentor-element-found-in">
615615
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
616616
:
617-
<span class="phpdocumentor-element-found-in__line">104</span>
617+
<span class="phpdocumentor-element-found-in__line">105</span>
618618
</aside>
619619

620620
<p class="phpdocumentor-summary">Get flags.</p>
@@ -648,7 +648,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
648648
<aside class="phpdocumentor-element-found-in">
649649
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
650650
:
651-
<span class="phpdocumentor-element-found-in__line">74</span>
651+
<span class="phpdocumentor-element-found-in__line">75</span>
652652
</aside>
653653

654654
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -682,7 +682,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
682682
<aside class="phpdocumentor-element-found-in">
683683
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
684684
:
685-
<span class="phpdocumentor-element-found-in__line">84</span>
685+
<span class="phpdocumentor-element-found-in__line">85</span>
686686
</aside>
687687

688688
<p class="phpdocumentor-summary">Get sign.</p>
@@ -716,7 +716,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
716716
<aside class="phpdocumentor-element-found-in">
717717
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Controller.php"><a href="files/src-console-commands-controller.html"><abbr title="src/Console/Commands/Controller.php">Controller.php</abbr></a></abbr>
718718
:
719-
<span class="phpdocumentor-element-found-in__line">75</span>
719+
<span class="phpdocumentor-element-found-in__line">76</span>
720720
</aside>
721721

722722
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -777,7 +777,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
777777
<aside class="phpdocumentor-element-found-in">
778778
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
779779
:
780-
<span class="phpdocumentor-element-found-in__line">141</span>
780+
<span class="phpdocumentor-element-found-in__line">142</span>
781781
</aside>
782782

783783
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -811,7 +811,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
811811
<aside class="phpdocumentor-element-found-in">
812812
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
813813
:
814-
<span class="phpdocumentor-element-found-in__line">117</span>
814+
<span class="phpdocumentor-element-found-in__line">118</span>
815815
</aside>
816816

817817
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-ListCmd.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">28</span>
126+
<span class="phpdocumentor-element-found-in__line">29</span>
127127
</aside>
128128

129129

@@ -274,7 +274,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
274274
<aside class="phpdocumentor-element-found-in">
275275
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
276276
:
277-
<span class="phpdocumentor-element-found-in__line">46</span>
277+
<span class="phpdocumentor-element-found-in__line">47</span>
278278
</aside>
279279

280280
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -321,7 +321,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
321321
<aside class="phpdocumentor-element-found-in">
322322
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
323323
:
324-
<span class="phpdocumentor-element-found-in__line">57</span>
324+
<span class="phpdocumentor-element-found-in__line">58</span>
325325
</aside>
326326

327327
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -368,7 +368,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
368368
<aside class="phpdocumentor-element-found-in">
369369
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
370370
:
371-
<span class="phpdocumentor-element-found-in__line">48</span>
371+
<span class="phpdocumentor-element-found-in__line">49</span>
372372
</aside>
373373

374374
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -415,7 +415,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
415415
<aside class="phpdocumentor-element-found-in">
416416
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
417417
:
418-
<span class="phpdocumentor-element-found-in__line">37</span>
418+
<span class="phpdocumentor-element-found-in__line">38</span>
419419
</aside>
420420

421421
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -462,7 +462,7 @@ <h4 class="phpdocumentor-element__name" id="property_cmds">
462462
<aside class="phpdocumentor-element-found-in">
463463
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
464464
:
465-
<span class="phpdocumentor-element-found-in__line">55</span>
465+
<span class="phpdocumentor-element-found-in__line">56</span>
466466
</aside>
467467

468468
<p class="phpdocumentor-summary">Commands.</p>
@@ -513,7 +513,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
513513
<aside class="phpdocumentor-element-found-in">
514514
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
515515
:
516-
<span class="phpdocumentor-element-found-in__line">62</span>
516+
<span class="phpdocumentor-element-found-in__line">63</span>
517517
</aside>
518518

519519
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -547,7 +547,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
547547
<aside class="phpdocumentor-element-found-in">
548548
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
549549
:
550-
<span class="phpdocumentor-element-found-in__line">129</span>
550+
<span class="phpdocumentor-element-found-in__line">130</span>
551551
</aside>
552552

553553
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -592,7 +592,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
592592
<aside class="phpdocumentor-element-found-in">
593593
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
594594
:
595-
<span class="phpdocumentor-element-found-in__line">94</span>
595+
<span class="phpdocumentor-element-found-in__line">95</span>
596596
</aside>
597597

598598
<p class="phpdocumentor-summary">Get description.</p>
@@ -626,7 +626,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
626626
<aside class="phpdocumentor-element-found-in">
627627
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
628628
:
629-
<span class="phpdocumentor-element-found-in__line">104</span>
629+
<span class="phpdocumentor-element-found-in__line">105</span>
630630
</aside>
631631

632632
<p class="phpdocumentor-summary">Get flags.</p>
@@ -660,7 +660,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
660660
<aside class="phpdocumentor-element-found-in">
661661
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
662662
:
663-
<span class="phpdocumentor-element-found-in__line">74</span>
663+
<span class="phpdocumentor-element-found-in__line">75</span>
664664
</aside>
665665

666666
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -694,7 +694,7 @@ <h4 class="phpdocumentor-element__name" id="method_getList">
694694
<aside class="phpdocumentor-element-found-in">
695695
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
696696
:
697-
<span class="phpdocumentor-element-found-in__line">73</span>
697+
<span class="phpdocumentor-element-found-in__line">74</span>
698698
</aside>
699699

700700
<p class="phpdocumentor-summary">Get the list of commandss.</p>
@@ -728,7 +728,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
728728
<aside class="phpdocumentor-element-found-in">
729729
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
730730
:
731-
<span class="phpdocumentor-element-found-in__line">84</span>
731+
<span class="phpdocumentor-element-found-in__line">85</span>
732732
</aside>
733733

734734
<p class="phpdocumentor-summary">Get sign.</p>
@@ -762,7 +762,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
762762
<aside class="phpdocumentor-element-found-in">
763763
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ListCmd.php"><a href="files/src-console-commands-listcmd.html"><abbr title="src/Console/Commands/ListCmd.php">ListCmd.php</abbr></a></abbr>
764764
:
765-
<span class="phpdocumentor-element-found-in__line">88</span>
765+
<span class="phpdocumentor-element-found-in__line">89</span>
766766
</aside>
767767

768768
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -823,7 +823,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
823823
<aside class="phpdocumentor-element-found-in">
824824
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
825825
:
826-
<span class="phpdocumentor-element-found-in__line">141</span>
826+
<span class="phpdocumentor-element-found-in__line">142</span>
827827
</aside>
828828

829829
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -857,7 +857,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
857857
<aside class="phpdocumentor-element-found-in">
858858
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
859859
:
860-
<span class="phpdocumentor-element-found-in__line">117</span>
860+
<span class="phpdocumentor-element-found-in__line">118</span>
861861
</aside>
862862

863863
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-RouterListCommand.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">25</span>
126+
<span class="phpdocumentor-element-found-in__line">26</span>
127127
</aside>
128128

129129

@@ -267,7 +267,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
267267
<aside class="phpdocumentor-element-found-in">
268268
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
269269
:
270-
<span class="phpdocumentor-element-found-in__line">43</span>
270+
<span class="phpdocumentor-element-found-in__line">44</span>
271271
</aside>
272272

273273
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -314,7 +314,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
314314
<aside class="phpdocumentor-element-found-in">
315315
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
316316
:
317-
<span class="phpdocumentor-element-found-in__line">57</span>
317+
<span class="phpdocumentor-element-found-in__line">58</span>
318318
</aside>
319319

320320
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -361,7 +361,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
361361
<aside class="phpdocumentor-element-found-in">
362362
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
363363
:
364-
<span class="phpdocumentor-element-found-in__line">48</span>
364+
<span class="phpdocumentor-element-found-in__line">49</span>
365365
</aside>
366366

367367
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -408,7 +408,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
408408
<aside class="phpdocumentor-element-found-in">
409409
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
410410
:
411-
<span class="phpdocumentor-element-found-in__line">34</span>
411+
<span class="phpdocumentor-element-found-in__line">35</span>
412412
</aside>
413413

414414
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -455,7 +455,7 @@ <h4 class="phpdocumentor-element__name" id="property_app">
455455
<aside class="phpdocumentor-element-found-in">
456456
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
457457
:
458-
<span class="phpdocumentor-element-found-in__line">52</span>
458+
<span class="phpdocumentor-element-found-in__line">53</span>
459459
</aside>
460460

461461
<p class="phpdocumentor-summary">App instance.</p>
@@ -506,7 +506,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
506506
<aside class="phpdocumentor-element-found-in">
507507
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
508508
:
509-
<span class="phpdocumentor-element-found-in__line">59</span>
509+
<span class="phpdocumentor-element-found-in__line">60</span>
510510
</aside>
511511

512512
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -540,7 +540,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
540540
<aside class="phpdocumentor-element-found-in">
541541
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
542542
:
543-
<span class="phpdocumentor-element-found-in__line">129</span>
543+
<span class="phpdocumentor-element-found-in__line">130</span>
544544
</aside>
545545

546546
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -585,7 +585,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
585585
<aside class="phpdocumentor-element-found-in">
586586
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
587587
:
588-
<span class="phpdocumentor-element-found-in__line">94</span>
588+
<span class="phpdocumentor-element-found-in__line">95</span>
589589
</aside>
590590

591591
<p class="phpdocumentor-summary">Get description.</p>
@@ -619,7 +619,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
619619
<aside class="phpdocumentor-element-found-in">
620620
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
621621
:
622-
<span class="phpdocumentor-element-found-in__line">104</span>
622+
<span class="phpdocumentor-element-found-in__line">105</span>
623623
</aside>
624624

625625
<p class="phpdocumentor-summary">Get flags.</p>
@@ -653,7 +653,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
653653
<aside class="phpdocumentor-element-found-in">
654654
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
655655
:
656-
<span class="phpdocumentor-element-found-in__line">74</span>
656+
<span class="phpdocumentor-element-found-in__line">75</span>
657657
</aside>
658658

659659
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -687,7 +687,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
687687
<aside class="phpdocumentor-element-found-in">
688688
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
689689
:
690-
<span class="phpdocumentor-element-found-in__line">84</span>
690+
<span class="phpdocumentor-element-found-in__line">85</span>
691691
</aside>
692692

693693
<p class="phpdocumentor-summary">Get sign.</p>
@@ -721,7 +721,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
721721
<aside class="phpdocumentor-element-found-in">
722722
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/RouterListCommand.php"><a href="files/src-console-commands-routerlistcommand.html"><abbr title="src/Console/Commands/RouterListCommand.php">RouterListCommand.php</abbr></a></abbr>
723723
:
724-
<span class="phpdocumentor-element-found-in__line">74</span>
724+
<span class="phpdocumentor-element-found-in__line">75</span>
725725
</aside>
726726

727727
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -782,7 +782,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
782782
<aside class="phpdocumentor-element-found-in">
783783
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
784784
:
785-
<span class="phpdocumentor-element-found-in__line">141</span>
785+
<span class="phpdocumentor-element-found-in__line">142</span>
786786
</aside>
787787

788788
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -816,7 +816,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
816816
<aside class="phpdocumentor-element-found-in">
817817
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
818818
:
819-
<span class="phpdocumentor-element-found-in__line">117</span>
819+
<span class="phpdocumentor-element-found-in__line">118</span>
820820
</aside>
821821

822822
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-ServeCommand.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ServeCommand.php"><a href="files/src-console-commands-servecommand.html"><abbr title="src/Console/Commands/ServeCommand.php">ServeCommand.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">26</span>
126+
<span class="phpdocumentor-element-found-in__line">27</span>
127127
</aside>
128128

129129

@@ -260,7 +260,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
260260
<aside class="phpdocumentor-element-found-in">
261261
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ServeCommand.php"><a href="files/src-console-commands-servecommand.html"><abbr title="src/Console/Commands/ServeCommand.php">ServeCommand.php</abbr></a></abbr>
262262
:
263-
<span class="phpdocumentor-element-found-in__line">44</span>
263+
<span class="phpdocumentor-element-found-in__line">45</span>
264264
</aside>
265265

266266
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -307,7 +307,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
307307
<aside class="phpdocumentor-element-found-in">
308308
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
309309
:
310-
<span class="phpdocumentor-element-found-in__line">57</span>
310+
<span class="phpdocumentor-element-found-in__line">58</span>
311311
</aside>
312312

313313
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -354,7 +354,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
354354
<aside class="phpdocumentor-element-found-in">
355355
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
356356
:
357-
<span class="phpdocumentor-element-found-in__line">48</span>
357+
<span class="phpdocumentor-element-found-in__line">49</span>
358358
</aside>
359359

360360
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -401,7 +401,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
401401
<aside class="phpdocumentor-element-found-in">
402402
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ServeCommand.php"><a href="files/src-console-commands-servecommand.html"><abbr title="src/Console/Commands/ServeCommand.php">ServeCommand.php</abbr></a></abbr>
403403
:
404-
<span class="phpdocumentor-element-found-in__line">35</span>
404+
<span class="phpdocumentor-element-found-in__line">36</span>
405405
</aside>
406406

407407
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -452,7 +452,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
452452
<aside class="phpdocumentor-element-found-in">
453453
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ServeCommand.php"><a href="files/src-console-commands-servecommand.html"><abbr title="src/Console/Commands/ServeCommand.php">ServeCommand.php</abbr></a></abbr>
454454
:
455-
<span class="phpdocumentor-element-found-in__line">51</span>
455+
<span class="phpdocumentor-element-found-in__line">52</span>
456456
</aside>
457457

458458
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -486,7 +486,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
486486
<aside class="phpdocumentor-element-found-in">
487487
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
488488
:
489-
<span class="phpdocumentor-element-found-in__line">129</span>
489+
<span class="phpdocumentor-element-found-in__line">130</span>
490490
</aside>
491491

492492
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -531,7 +531,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
531531
<aside class="phpdocumentor-element-found-in">
532532
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
533533
:
534-
<span class="phpdocumentor-element-found-in__line">94</span>
534+
<span class="phpdocumentor-element-found-in__line">95</span>
535535
</aside>
536536

537537
<p class="phpdocumentor-summary">Get description.</p>
@@ -565,7 +565,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
565565
<aside class="phpdocumentor-element-found-in">
566566
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
567567
:
568-
<span class="phpdocumentor-element-found-in__line">104</span>
568+
<span class="phpdocumentor-element-found-in__line">105</span>
569569
</aside>
570570

571571
<p class="phpdocumentor-summary">Get flags.</p>
@@ -599,7 +599,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
599599
<aside class="phpdocumentor-element-found-in">
600600
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
601601
:
602-
<span class="phpdocumentor-element-found-in__line">74</span>
602+
<span class="phpdocumentor-element-found-in__line">75</span>
603603
</aside>
604604

605605
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -633,7 +633,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
633633
<aside class="phpdocumentor-element-found-in">
634634
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
635635
:
636-
<span class="phpdocumentor-element-found-in__line">84</span>
636+
<span class="phpdocumentor-element-found-in__line">85</span>
637637
</aside>
638638

639639
<p class="phpdocumentor-summary">Get sign.</p>
@@ -667,7 +667,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
667667
<aside class="phpdocumentor-element-found-in">
668668
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/ServeCommand.php"><a href="files/src-console-commands-servecommand.html"><abbr title="src/Console/Commands/ServeCommand.php">ServeCommand.php</abbr></a></abbr>
669669
:
670-
<span class="phpdocumentor-element-found-in__line">65</span>
670+
<span class="phpdocumentor-element-found-in__line">66</span>
671671
</aside>
672672

673673
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -728,7 +728,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
728728
<aside class="phpdocumentor-element-found-in">
729729
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
730730
:
731-
<span class="phpdocumentor-element-found-in__line">141</span>
731+
<span class="phpdocumentor-element-found-in__line">142</span>
732732
</aside>
733733

734734
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -762,7 +762,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
762762
<aside class="phpdocumentor-element-found-in">
763763
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
764764
:
765-
<span class="phpdocumentor-element-found-in__line">117</span>
765+
<span class="phpdocumentor-element-found-in__line">118</span>
766766
</aside>
767767

768768
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands-Version.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="phpdocumentor-content__title">
123123
<aside class="phpdocumentor-element-found-in">
124124
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Version.php"><a href="files/src-console-commands-version.html"><abbr title="src/Console/Commands/Version.php">Version.php</abbr></a></abbr>
125125
:
126-
<span class="phpdocumentor-element-found-in__line">26</span>
126+
<span class="phpdocumentor-element-found-in__line">27</span>
127127
</aside>
128128

129129

@@ -260,7 +260,7 @@ <h4 class="phpdocumentor-element__name" id="property_description">
260260
<aside class="phpdocumentor-element-found-in">
261261
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Version.php"><a href="files/src-console-commands-version.html"><abbr title="src/Console/Commands/Version.php">Version.php</abbr></a></abbr>
262262
:
263-
<span class="phpdocumentor-element-found-in__line">44</span>
263+
<span class="phpdocumentor-element-found-in__line">45</span>
264264
</aside>
265265

266266
<p class="phpdocumentor-summary">Description of the command.</p>
@@ -307,7 +307,7 @@ <h4 class="phpdocumentor-element__name" id="property_flags">
307307
<aside class="phpdocumentor-element-found-in">
308308
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
309309
:
310-
<span class="phpdocumentor-element-found-in__line">57</span>
310+
<span class="phpdocumentor-element-found-in__line">58</span>
311311
</aside>
312312

313313
<p class="phpdocumentor-summary">Accpet flag parameter in command.</p>
@@ -354,7 +354,7 @@ <h4 class="phpdocumentor-element__name" id="property_hidden">
354354
<aside class="phpdocumentor-element-found-in">
355355
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
356356
:
357-
<span class="phpdocumentor-element-found-in__line">48</span>
357+
<span class="phpdocumentor-element-found-in__line">49</span>
358358
</aside>
359359

360360
<p class="phpdocumentor-summary">Should the command hidden form list.</p>
@@ -401,7 +401,7 @@ <h4 class="phpdocumentor-element__name" id="property_sign">
401401
<aside class="phpdocumentor-element-found-in">
402402
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Version.php"><a href="files/src-console-commands-version.html"><abbr title="src/Console/Commands/Version.php">Version.php</abbr></a></abbr>
403403
:
404-
<span class="phpdocumentor-element-found-in__line">35</span>
404+
<span class="phpdocumentor-element-found-in__line">36</span>
405405
</aside>
406406

407407
<p class="phpdocumentor-summary">Sign of the command.</p>
@@ -452,7 +452,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
452452
<aside class="phpdocumentor-element-found-in">
453453
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Version.php"><a href="files/src-console-commands-version.html"><abbr title="src/Console/Commands/Version.php">Version.php</abbr></a></abbr>
454454
:
455-
<span class="phpdocumentor-element-found-in__line">51</span>
455+
<span class="phpdocumentor-element-found-in__line">52</span>
456456
</aside>
457457

458458
<p class="phpdocumentor-summary">Create a new command instance.</p>
@@ -486,7 +486,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
486486
<aside class="phpdocumentor-element-found-in">
487487
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
488488
:
489-
<span class="phpdocumentor-element-found-in__line">129</span>
489+
<span class="phpdocumentor-element-found-in__line">130</span>
490490
</aside>
491491

492492
<p class="phpdocumentor-summary">Prompt user for input.</p>
@@ -531,7 +531,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDescription">
531531
<aside class="phpdocumentor-element-found-in">
532532
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
533533
:
534-
<span class="phpdocumentor-element-found-in__line">94</span>
534+
<span class="phpdocumentor-element-found-in__line">95</span>
535535
</aside>
536536

537537
<p class="phpdocumentor-summary">Get description.</p>
@@ -565,7 +565,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFlags">
565565
<aside class="phpdocumentor-element-found-in">
566566
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
567567
:
568-
<span class="phpdocumentor-element-found-in__line">104</span>
568+
<span class="phpdocumentor-element-found-in__line">105</span>
569569
</aside>
570570

571571
<p class="phpdocumentor-summary">Get flags.</p>
@@ -599,7 +599,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHidden">
599599
<aside class="phpdocumentor-element-found-in">
600600
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
601601
:
602-
<span class="phpdocumentor-element-found-in__line">74</span>
602+
<span class="phpdocumentor-element-found-in__line">75</span>
603603
</aside>
604604

605605
<p class="phpdocumentor-summary">Get hidden.</p>
@@ -633,7 +633,7 @@ <h4 class="phpdocumentor-element__name" id="method_getSign">
633633
<aside class="phpdocumentor-element-found-in">
634634
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
635635
:
636-
<span class="phpdocumentor-element-found-in__line">84</span>
636+
<span class="phpdocumentor-element-found-in__line">85</span>
637637
</aside>
638638

639639
<p class="phpdocumentor-summary">Get sign.</p>
@@ -667,7 +667,7 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
667667
<aside class="phpdocumentor-element-found-in">
668668
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands/Version.php"><a href="files/src-console-commands-version.html"><abbr title="src/Console/Commands/Version.php">Version.php</abbr></a></abbr>
669669
:
670-
<span class="phpdocumentor-element-found-in__line">65</span>
670+
<span class="phpdocumentor-element-found-in__line">66</span>
671671
</aside>
672672

673673
<p class="phpdocumentor-summary">Function to handle the class.</p>
@@ -728,7 +728,7 @@ <h4 class="phpdocumentor-element__name" id="method_terminate">
728728
<aside class="phpdocumentor-element-found-in">
729729
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
730730
:
731-
<span class="phpdocumentor-element-found-in__line">141</span>
731+
<span class="phpdocumentor-element-found-in__line">142</span>
732732
</aside>
733733

734734
<p class="phpdocumentor-summary">Terminate the console.</p>
@@ -762,7 +762,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
762762
<aside class="phpdocumentor-element-found-in">
763763
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Command.php"><a href="files/src-console-command.html"><abbr title="src/Console/Command.php">Command.php</abbr></a></abbr>
764764
:
765-
<span class="phpdocumentor-element-found-in__line">117</span>
765+
<span class="phpdocumentor-element-found-in__line">118</span>
766766
</aside>
767767

768768
<p class="phpdocumentor-summary">Function to handle the class.</p>

‎classes/alphaz-Console-Commands.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="phpdocumentor-content__title">
119119
<aside class="phpdocumentor-element-found-in">
120120
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands.php"><a href="files/src-console-commands.html"><abbr title="src/Console/Commands.php">Commands.php</abbr></a></abbr>
121121
:
122-
<span class="phpdocumentor-element-found-in__line">21</span>
122+
<span class="phpdocumentor-element-found-in__line">22</span>
123123
</aside>
124124

125125

@@ -179,7 +179,7 @@ <h4 class="phpdocumentor-element__name" id="property_commands">
179179
<aside class="phpdocumentor-element-found-in">
180180
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands.php"><a href="files/src-console-commands.html"><abbr title="src/Console/Commands.php">Commands.php</abbr></a></abbr>
181181
:
182-
<span class="phpdocumentor-element-found-in__line">30</span>
182+
<span class="phpdocumentor-element-found-in__line">31</span>
183183
</aside>
184184

185185
<p class="phpdocumentor-summary">Internal commands.</p>
@@ -230,7 +230,7 @@ <h4 class="phpdocumentor-element__name" id="method_getCommands">
230230
<aside class="phpdocumentor-element-found-in">
231231
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Commands.php"><a href="files/src-console-commands.html"><abbr title="src/Console/Commands.php">Commands.php</abbr></a></abbr>
232232
:
233-
<span class="phpdocumentor-element-found-in__line">46</span>
233+
<span class="phpdocumentor-element-found-in__line">47</span>
234234
</aside>
235235

236236
<p class="phpdocumentor-summary">Get commands.</p>

‎classes/alphaz-Console-Console.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="phpdocumentor-content__title">
119119
<aside class="phpdocumentor-element-found-in">
120120
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
121121
:
122-
<span class="phpdocumentor-element-found-in__line">25</span>
122+
<span class="phpdocumentor-element-found-in__line">26</span>
123123
</aside>
124124

125125

@@ -207,7 +207,7 @@ <h4 class="phpdocumentor-element__name" id="property_commands">
207207
<aside class="phpdocumentor-element-found-in">
208208
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
209209
:
210-
<span class="phpdocumentor-element-found-in__line">43</span>
210+
<span class="phpdocumentor-element-found-in__line">44</span>
211211
</aside>
212212

213213
<p class="phpdocumentor-summary">Commanads.</p>
@@ -254,7 +254,7 @@ <h4 class="phpdocumentor-element__name" id="property_container">
254254
<aside class="phpdocumentor-element-found-in">
255255
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
256256
:
257-
<span class="phpdocumentor-element-found-in__line">34</span>
257+
<span class="phpdocumentor-element-found-in__line">35</span>
258258
</aside>
259259

260260
<p class="phpdocumentor-summary">Instance of container.</p>
@@ -305,7 +305,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
305305
<aside class="phpdocumentor-element-found-in">
306306
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
307307
:
308-
<span class="phpdocumentor-element-found-in__line">50</span>
308+
<span class="phpdocumentor-element-found-in__line">51</span>
309309
</aside>
310310

311311
<p class="phpdocumentor-summary">Create a new console instance.</p>
@@ -339,7 +339,7 @@ <h4 class="phpdocumentor-element__name" id="method_getCommands">
339339
<aside class="phpdocumentor-element-found-in">
340340
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
341341
:
342-
<span class="phpdocumentor-element-found-in__line">95</span>
342+
<span class="phpdocumentor-element-found-in__line">96</span>
343343
</aside>
344344

345345
<p class="phpdocumentor-summary">Get all commands.</p>
@@ -373,7 +373,7 @@ <h4 class="phpdocumentor-element__name" id="method_parseFlags">
373373
<aside class="phpdocumentor-element-found-in">
374374
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
375375
:
376-
<span class="phpdocumentor-element-found-in__line">69</span>
376+
<span class="phpdocumentor-element-found-in__line">70</span>
377377
</aside>
378378

379379
<p class="phpdocumentor-summary">Parse the flags from command.</p>
@@ -419,7 +419,7 @@ <h4 class="phpdocumentor-element__name" id="method_run">
419419
<aside class="phpdocumentor-element-found-in">
420420
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Console.php"><a href="files/src-console-console.html"><abbr title="src/Console/Console.php">Console.php</abbr></a></abbr>
421421
:
422-
<span class="phpdocumentor-element-found-in__line">105</span>
422+
<span class="phpdocumentor-element-found-in__line">106</span>
423423
</aside>
424424

425425
<p class="phpdocumentor-summary">Run the alphaz console.</p>

‎classes/alphaz-Console-Input-Table.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2 class="phpdocumentor-content__title">
120120
<aside class="phpdocumentor-element-found-in">
121121
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
122122
:
123-
<span class="phpdocumentor-element-found-in__line">21</span>
123+
<span class="phpdocumentor-element-found-in__line">22</span>
124124
</aside>
125125

126126

@@ -208,7 +208,7 @@ <h4 class="phpdocumentor-element__name" id="property_header">
208208
<aside class="phpdocumentor-element-found-in">
209209
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
210210
:
211-
<span class="phpdocumentor-element-found-in__line">30</span>
211+
<span class="phpdocumentor-element-found-in__line">31</span>
212212
</aside>
213213

214214
<p class="phpdocumentor-summary">Table header.</p>
@@ -255,7 +255,7 @@ <h4 class="phpdocumentor-element__name" id="property_items">
255255
<aside class="phpdocumentor-element-found-in">
256256
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
257257
:
258-
<span class="phpdocumentor-element-found-in__line">39</span>
258+
<span class="phpdocumentor-element-found-in__line">40</span>
259259
</aside>
260260

261261
<p class="phpdocumentor-summary">Table item.</p>
@@ -306,7 +306,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
306306
<aside class="phpdocumentor-element-found-in">
307307
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
308308
:
309-
<span class="phpdocumentor-element-found-in__line">49</span>
309+
<span class="phpdocumentor-element-found-in__line">50</span>
310310
</aside>
311311

312312
<p class="phpdocumentor-summary">Create a new Table instance.</p>
@@ -359,7 +359,7 @@ <h4 class="phpdocumentor-element__name" id="method_draw">
359359
<aside class="phpdocumentor-element-found-in">
360360
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
361361
:
362-
<span class="phpdocumentor-element-found-in__line">110</span>
362+
<span class="phpdocumentor-element-found-in__line">111</span>
363363
</aside>
364364

365365
<p class="phpdocumentor-summary">Draw the table.</p>
@@ -408,7 +408,7 @@ <h4 class="phpdocumentor-element__name" id="method_printBorder">
408408
<aside class="phpdocumentor-element-found-in">
409409
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
410410
:
411-
<span class="phpdocumentor-element-found-in__line">62</span>
411+
<span class="phpdocumentor-element-found-in__line">63</span>
412412
</aside>
413413

414414
<p class="phpdocumentor-summary">Print table border.</p>
@@ -467,7 +467,7 @@ <h4 class="phpdocumentor-element__name" id="method_printRow">
467467
<aside class="phpdocumentor-element-found-in">
468468
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input/Table.php"><a href="files/src-console-input-table.html"><abbr title="src/Console/Input/Table.php">Table.php</abbr></a></abbr>
469469
:
470-
<span class="phpdocumentor-element-found-in__line">82</span>
470+
<span class="phpdocumentor-element-found-in__line">83</span>
471471
</aside>
472472

473473
<p class="phpdocumentor-summary">Print the row.</p>

‎classes/alphaz-Console-Input.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2 class="phpdocumentor-content__title">
122122
<aside class="phpdocumentor-element-found-in">
123123
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input.php"><a href="files/src-console-input.html"><abbr title="src/Console/Input.php">Input.php</abbr></a></abbr>
124124
:
125-
<span class="phpdocumentor-element-found-in__line">21</span>
125+
<span class="phpdocumentor-element-found-in__line">22</span>
126126
</aside>
127127

128128

@@ -203,7 +203,7 @@ <h4 class="phpdocumentor-element__name" id="property_styles">
203203
<aside class="phpdocumentor-element-found-in">
204204
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
205205
:
206-
<span class="phpdocumentor-element-found-in__line">32</span>
206+
<span class="phpdocumentor-element-found-in__line">33</span>
207207
</aside>
208208

209209
<p class="phpdocumentor-summary">Foregroud colors.</p>
@@ -254,7 +254,7 @@ <h4 class="phpdocumentor-element__name" id="method_ask">
254254
<aside class="phpdocumentor-element-found-in">
255255
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input.php"><a href="files/src-console-input.html"><abbr title="src/Console/Input.php">Input.php</abbr></a></abbr>
256256
:
257-
<span class="phpdocumentor-element-found-in__line">73</span>
257+
<span class="phpdocumentor-element-found-in__line">74</span>
258258
</aside>
259259

260260
<p class="phpdocumentor-summary">Prompt for input input.</p>
@@ -303,7 +303,7 @@ <h4 class="phpdocumentor-element__name" id="method_confirm">
303303
<aside class="phpdocumentor-element-found-in">
304304
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input.php"><a href="files/src-console-input.html"><abbr title="src/Console/Input.php">Input.php</abbr></a></abbr>
305305
:
306-
<span class="phpdocumentor-element-found-in__line">58</span>
306+
<span class="phpdocumentor-element-found-in__line">59</span>
307307
</aside>
308308

309309
<p class="phpdocumentor-summary">Prompt for input confirm.</p>
@@ -352,7 +352,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
352352
<aside class="phpdocumentor-element-found-in">
353353
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
354354
:
355-
<span class="phpdocumentor-element-found-in__line">69</span>
355+
<span class="phpdocumentor-element-found-in__line">70</span>
356356
</aside>
357357

358358
<p class="phpdocumentor-summary">Get the color by key.</p>
@@ -411,7 +411,7 @@ <h4 class="phpdocumentor-element__name" id="method_secret">
411411
<aside class="phpdocumentor-element-found-in">
412412
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Input.php"><a href="files/src-console-input.html"><abbr title="src/Console/Input.php">Input.php</abbr></a></abbr>
413413
:
414-
<span class="phpdocumentor-element-found-in__line">33</span>
414+
<span class="phpdocumentor-element-found-in__line">34</span>
415415
</aside>
416416

417417
<p class="phpdocumentor-summary">Prompt for input secret input like password.</p>

‎classes/alphaz-Console-Output.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2 class="phpdocumentor-content__title">
122122
<aside class="phpdocumentor-element-found-in">
123123
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
124124
:
125-
<span class="phpdocumentor-element-found-in__line">23</span>
125+
<span class="phpdocumentor-element-found-in__line">24</span>
126126
</aside>
127127

128128

@@ -259,7 +259,7 @@ <h4 class="phpdocumentor-element__name" id="property_styles">
259259
<aside class="phpdocumentor-element-found-in">
260260
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
261261
:
262-
<span class="phpdocumentor-element-found-in__line">32</span>
262+
<span class="phpdocumentor-element-found-in__line">33</span>
263263
</aside>
264264

265265
<p class="phpdocumentor-summary">Foregroud colors.</p>
@@ -306,7 +306,7 @@ <h4 class="phpdocumentor-element__name" id="property_quiet">
306306
<aside class="phpdocumentor-element-found-in">
307307
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
308308
:
309-
<span class="phpdocumentor-element-found-in__line">32</span>
309+
<span class="phpdocumentor-element-found-in__line">33</span>
310310
</aside>
311311

312312
<p class="phpdocumentor-summary">Quiet.</p>
@@ -357,7 +357,7 @@ <h4 class="phpdocumentor-element__name" id="method_bell">
357357
<aside class="phpdocumentor-element-found-in">
358358
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
359359
:
360-
<span class="phpdocumentor-element-found-in__line">57</span>
360+
<span class="phpdocumentor-element-found-in__line">58</span>
361361
</aside>
362362

363363
<p class="phpdocumentor-summary">Ring the bell.</p>
@@ -417,7 +417,7 @@ <h4 class="phpdocumentor-element__name" id="method_danger">
417417
<aside class="phpdocumentor-element-found-in">
418418
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
419419
:
420-
<span class="phpdocumentor-element-found-in__line">151</span>
420+
<span class="phpdocumentor-element-found-in__line">152</span>
421421
</aside>
422422

423423
<p class="phpdocumentor-summary">Output the danger.</p>
@@ -477,7 +477,7 @@ <h4 class="phpdocumentor-element__name" id="method_error">
477477
<aside class="phpdocumentor-element-found-in">
478478
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
479479
:
480-
<span class="phpdocumentor-element-found-in__line">135</span>
480+
<span class="phpdocumentor-element-found-in__line">136</span>
481481
</aside>
482482

483483
<p class="phpdocumentor-summary">Output the error.</p>
@@ -537,7 +537,7 @@ <h4 class="phpdocumentor-element__name" id="method_exit">
537537
<aside class="phpdocumentor-element-found-in">
538538
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
539539
:
540-
<span class="phpdocumentor-element-found-in__line">213</span>
540+
<span class="phpdocumentor-element-found-in__line">214</span>
541541
</aside>
542542

543543
<p class="phpdocumentor-summary">Exit.</p>
@@ -586,7 +586,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
586586
<aside class="phpdocumentor-element-found-in">
587587
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Colorize.php"><a href="files/src-console-colorize.html"><abbr title="src/Console/Colorize.php">Colorize.php</abbr></a></abbr>
588588
:
589-
<span class="phpdocumentor-element-found-in__line">69</span>
589+
<span class="phpdocumentor-element-found-in__line">70</span>
590590
</aside>
591591

592592
<p class="phpdocumentor-summary">Get the color by key.</p>
@@ -645,7 +645,7 @@ <h4 class="phpdocumentor-element__name" id="method_info">
645645
<aside class="phpdocumentor-element-found-in">
646646
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
647647
:
648-
<span class="phpdocumentor-element-found-in__line">167</span>
648+
<span class="phpdocumentor-element-found-in__line">168</span>
649649
</aside>
650650

651651
<p class="phpdocumentor-summary">Output the info.</p>
@@ -705,7 +705,7 @@ <h4 class="phpdocumentor-element__name" id="method_quiet">
705705
<aside class="phpdocumentor-element-found-in">
706706
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
707707
:
708-
<span class="phpdocumentor-element-found-in__line">41</span>
708+
<span class="phpdocumentor-element-found-in__line">42</span>
709709
</aside>
710710

711711
<p class="phpdocumentor-summary">Mark the console quiet.</p>
@@ -754,7 +754,7 @@ <h4 class="phpdocumentor-element__name" id="method_success">
754754
<aside class="phpdocumentor-element-found-in">
755755
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
756756
:
757-
<span class="phpdocumentor-element-found-in__line">199</span>
757+
<span class="phpdocumentor-element-found-in__line">200</span>
758758
</aside>
759759

760760
<p class="phpdocumentor-summary">Output the warning.</p>
@@ -814,7 +814,7 @@ <h4 class="phpdocumentor-element__name" id="method_table">
814814
<aside class="phpdocumentor-element-found-in">
815815
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
816816
:
817-
<span class="phpdocumentor-element-found-in__line">73</span>
817+
<span class="phpdocumentor-element-found-in__line">74</span>
818818
</aside>
819819

820820
<p class="phpdocumentor-summary">Create the table on console.</p>
@@ -880,7 +880,7 @@ <h4 class="phpdocumentor-element__name" id="method_warning">
880880
<aside class="phpdocumentor-element-found-in">
881881
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
882882
:
883-
<span class="phpdocumentor-element-found-in__line">183</span>
883+
<span class="phpdocumentor-element-found-in__line">184</span>
884884
</aside>
885885

886886
<p class="phpdocumentor-summary">Output the warning.</p>
@@ -940,7 +940,7 @@ <h4 class="phpdocumentor-element__name" id="method_write">
940940
<aside class="phpdocumentor-element-found-in">
941941
<abbr class="phpdocumentor-element-found-in__file" title="src/Console/Output.php"><a href="files/src-console-output.html"><abbr title="src/Console/Output.php">Output.php</abbr></a></abbr>
942942
:
943-
<span class="phpdocumentor-element-found-in__line">91</span>
943+
<span class="phpdocumentor-element-found-in__line">92</span>
944944
</aside>
945945

946946
<p class="phpdocumentor-summary">Write on console.</p>

‎classes/alphaz-Container-Container.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ <h4 class="phpdocumentor-element__name" id="method_exec">
656656
<aside class="phpdocumentor-element-found-in">
657657
<abbr class="phpdocumentor-element-found-in__file" title="src/Container/Container.php"><a href="files/src-container-container.html"><abbr title="src/Container/Container.php">Container.php</abbr></a></abbr>
658658
:
659-
<span class="phpdocumentor-element-found-in__line">451</span>
659+
<span class="phpdocumentor-element-found-in__line">450</span>
660660
</aside>
661661

662662
<p class="phpdocumentor-summary">Execute a callable and inject its dependencies.</p>
@@ -726,7 +726,7 @@ <h4 class="phpdocumentor-element__name" id="method_factory">
726726
<aside class="phpdocumentor-element-found-in">
727727
<abbr class="phpdocumentor-element-found-in__file" title="src/Container/Container.php"><a href="files/src-container-container.html"><abbr title="src/Container/Container.php">Container.php</abbr></a></abbr>
728728
:
729-
<span class="phpdocumentor-element-found-in__line">367</span>
729+
<span class="phpdocumentor-element-found-in__line">366</span>
730730
</aside>
731731

732732
<p class="phpdocumentor-summary">Creates a class instance.</p>
@@ -796,7 +796,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
796796
<aside class="phpdocumentor-element-found-in">
797797
<abbr class="phpdocumentor-element-found-in__file" title="src/Container/Container.php"><a href="files/src-container-container.html"><abbr title="src/Container/Container.php">Container.php</abbr></a></abbr>
798798
:
799-
<span class="phpdocumentor-element-found-in__line">422</span>
799+
<span class="phpdocumentor-element-found-in__line">421</span>
800800
</aside>
801801

802802
<p class="phpdocumentor-summary">Returns a class instance.</p>
@@ -866,7 +866,7 @@ <h4 class="phpdocumentor-element__name" id="method_has">
866866
<aside class="phpdocumentor-element-found-in">
867867
<abbr class="phpdocumentor-element-found-in__file" title="src/Container/Container.php"><a href="files/src-container-container.html"><abbr title="src/Container/Container.php">Container.php</abbr></a></abbr>
868868
:
869-
<span class="phpdocumentor-element-found-in__line">389</span>
869+
<span class="phpdocumentor-element-found-in__line">388</span>
870870
</aside>
871871

872872
<p class="phpdocumentor-summary">Checks if a class is registered in the container.</p>
@@ -927,7 +927,7 @@ <h4 class="phpdocumentor-element__name" id="method_isSingleton">
927927
<aside class="phpdocumentor-element-found-in">
928928
<abbr class="phpdocumentor-element-found-in__file" title="src/Container/Container.php"><a href="files/src-container-container.html"><abbr title="src/Container/Container.php">Container.php</abbr></a></abbr>
929929
:
930-
<span class="phpdocumentor-element-found-in__line">405</span>
930+
<span class="phpdocumentor-element-found-in__line">404</span>
931931
</aside>
932932

933933
<p class="phpdocumentor-summary">Returns TRUE if a class has been registered as a singleton and FALSE if not.</p>

‎classes/alphaz-Contracts-Auth-Update.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,20 @@ <h4 class="phpdocumentor-element__name" id="method_updatePassword">
232232

233233
<code class="phpdocumentor-code phpdocumentor-signature ">
234234
<span class="phpdocumentor-signature__visibility">public</span>
235-
<span class="phpdocumentor-signature__name">updatePassword</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$password</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$repeat</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">(int)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
235+
<span class="phpdocumentor-signature__name">updatePassword</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$password</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">(mixed)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$repeat</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">(int)&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
236236

237237
<section class="phpdocumentor-description"></section>
238238

239239
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
240240
<dl class="phpdocumentor-argument-list">
241241
<dt class="phpdocumentor-argument-list__entry">
242242
<span class="phpdocumentor-signature__argument__name">$password</span>
243-
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
243+
: <span class="phpdocumentor-signature__argument__return-type">(mixed)</span>
244244
</dt>
245245
<dd class="phpdocumentor-argument-list__definition">
246-
246+
<section class="phpdocumentor-description"><p>password of user</p>
247+
</section>
248+
247249
</dd>
248250
<dt class="phpdocumentor-argument-list__entry">
249251
<span class="phpdocumentor-signature__argument__name">$repeat</span>

‎classes/alphaz-http-Clients-AbstractClient.html

+51-51
Large diffs are not rendered by default.

‎classes/alphaz-http-Clients-CURL.html

+46-46
Large diffs are not rendered by default.

‎classes/alphaz-http-Clients-Stream.html

+50-50
Large diffs are not rendered by default.

‎classes/alphaz-http-Response.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,7 @@ <h4 class="phpdocumentor-element__name" id="method___toString">
23052305
<aside class="phpdocumentor-element-found-in">
23062306
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
23072307
:
2308-
<span class="phpdocumentor-element-found-in__line">393</span>
2308+
<span class="phpdocumentor-element-found-in__line">391</span>
23092309
</aside>
23102310

23112311
<p class="phpdocumentor-summary">Return entire response as a string.</p>
@@ -2415,7 +2415,7 @@ <h4 class="phpdocumentor-element__name" id="method_decodeBody">
24152415
<aside class="phpdocumentor-element-found-in">
24162416
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
24172417
:
2418-
<span class="phpdocumentor-element-found-in__line">125</span>
2418+
<span class="phpdocumentor-element-found-in__line">124</span>
24192419
</aside>
24202420

24212421
<p class="phpdocumentor-summary">Decode the body data.</p>
@@ -2929,7 +2929,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHeadersAsString">
29292929
<aside class="phpdocumentor-element-found-in">
29302930
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
29312931
:
2932-
<span class="phpdocumentor-element-found-in__line">260</span>
2932+
<span class="phpdocumentor-element-found-in__line">258</span>
29332933
</aside>
29342934

29352935
<p class="phpdocumentor-summary">Get the response headers as a string.</p>
@@ -3647,7 +3647,7 @@ <h4 class="phpdocumentor-element__name" id="method_getStatusCode">
36473647
<aside class="phpdocumentor-element-found-in">
36483648
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
36493649
:
3650-
<span class="phpdocumentor-element-found-in__line">314</span>
3650+
<span class="phpdocumentor-element-found-in__line">312</span>
36513651
</aside>
36523652

36533653
<p class="phpdocumentor-summary">Get the status code.</p>
@@ -3818,7 +3818,7 @@ <h4 class="phpdocumentor-element__name" id="method_isClientError">
38183818
<aside class="phpdocumentor-element-found-in">
38193819
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
38203820
:
3821-
<span class="phpdocumentor-element-found-in__line">233</span>
3821+
<span class="phpdocumentor-element-found-in__line">231</span>
38223822
</aside>
38233823

38243824
<p class="phpdocumentor-summary">Is this response Client error?.</p>
@@ -3867,7 +3867,7 @@ <h4 class="phpdocumentor-element__name" id="method_isEmpty">
38673867
<aside class="phpdocumentor-element-found-in">
38683868
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
38693869
:
3870-
<span class="phpdocumentor-element-found-in__line">161</span>
3870+
<span class="phpdocumentor-element-found-in__line">159</span>
38713871
</aside>
38723872

38733873
<p class="phpdocumentor-summary">Is this response empty?.</p>
@@ -3916,7 +3916,7 @@ <h4 class="phpdocumentor-element__name" id="method_isForbidden">
39163916
<aside class="phpdocumentor-element-found-in">
39173917
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
39183918
:
3919-
<span class="phpdocumentor-element-found-in__line">209</span>
3919+
<span class="phpdocumentor-element-found-in__line">207</span>
39203920
</aside>
39213921

39223922
<p class="phpdocumentor-summary">Is this response Forbidden?.</p>
@@ -3965,7 +3965,7 @@ <h4 class="phpdocumentor-element__name" id="method_isNotFound">
39653965
<aside class="phpdocumentor-element-found-in">
39663966
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
39673967
:
3968-
<span class="phpdocumentor-element-found-in__line">221</span>
3968+
<span class="phpdocumentor-element-found-in__line">219</span>
39693969
</aside>
39703970

39713971
<p class="phpdocumentor-summary">Is this response not found?.</p>
@@ -4014,7 +4014,7 @@ <h4 class="phpdocumentor-element__name" id="method_isOk">
40144014
<aside class="phpdocumentor-element-found-in">
40154015
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
40164016
:
4017-
<span class="phpdocumentor-element-found-in__line">173</span>
4017+
<span class="phpdocumentor-element-found-in__line">171</span>
40184018
</aside>
40194019

40204020
<p class="phpdocumentor-summary">Is this response ok?.</p>
@@ -4063,7 +4063,7 @@ <h4 class="phpdocumentor-element__name" id="method_isRedirect">
40634063
<aside class="phpdocumentor-element-found-in">
40644064
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
40654065
:
4066-
<span class="phpdocumentor-element-found-in__line">197</span>
4066+
<span class="phpdocumentor-element-found-in__line">195</span>
40674067
</aside>
40684068

40694069
<p class="phpdocumentor-summary">Is this response redirect.</p>
@@ -4112,7 +4112,7 @@ <h4 class="phpdocumentor-element__name" id="method_isServertusCode">
41124112
<aside class="phpdocumentor-element-found-in">
41134113
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
41144114
:
4115-
<span class="phpdocumentor-element-found-in__line">245</span>
4115+
<span class="phpdocumentor-element-found-in__line">243</span>
41164116
</aside>
41174117

41184118
<p class="phpdocumentor-summary">Is this response Server error?.</p>
@@ -4161,7 +4161,7 @@ <h4 class="phpdocumentor-element__name" id="method_isSuccessful">
41614161
<aside class="phpdocumentor-element-found-in">
41624162
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
41634163
:
4164-
<span class="phpdocumentor-element-found-in__line">185</span>
4164+
<span class="phpdocumentor-element-found-in__line">183</span>
41654165
</aside>
41664166

41674167
<p class="phpdocumentor-summary">Is this response successful?.</p>
@@ -4396,7 +4396,7 @@ <h4 class="phpdocumentor-element__name" id="method_sendAndExit">
43964396
<aside class="phpdocumentor-element-found-in">
43974397
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
43984398
:
4399-
<span class="phpdocumentor-element-found-in__line">382</span>
4399+
<span class="phpdocumentor-element-found-in__line">380</span>
44004400
</aside>
44014401

44024402
<p class="phpdocumentor-summary">Send response and exit.</p>
@@ -4513,7 +4513,7 @@ <h4 class="phpdocumentor-element__name" id="method_setBody">
45134513
<aside class="phpdocumentor-element-found-in">
45144514
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
45154515
:
4516-
<span class="phpdocumentor-element-found-in__line">349</span>
4516+
<span class="phpdocumentor-element-found-in__line">347</span>
45174517
</aside>
45184518

45194519
<p class="phpdocumentor-summary">Set the response body.</p>
@@ -4688,7 +4688,7 @@ <h4 class="phpdocumentor-element__name" id="method_setReasonPhrase">
46884688
<aside class="phpdocumentor-element-found-in">
46894689
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
46904690
:
4691-
<span class="phpdocumentor-element-found-in__line">284</span>
4691+
<span class="phpdocumentor-element-found-in__line">282</span>
46924692
</aside>
46934693

46944694
<p class="phpdocumentor-summary">Set the reasonPhrase.</p>
@@ -4747,7 +4747,7 @@ <h4 class="phpdocumentor-element__name" id="method_setSslHeaders">
47474747
<aside class="phpdocumentor-element-found-in">
47484748
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
47494749
:
4750-
<span class="phpdocumentor-element-found-in__line">363</span>
4750+
<span class="phpdocumentor-element-found-in__line">361</span>
47514751
</aside>
47524752

47534753
<p class="phpdocumentor-summary">Set SSL headers to fix file cache issues over SSL in certain browsers.</p>
@@ -4796,7 +4796,7 @@ <h4 class="phpdocumentor-element__name" id="method_setVersion">
47964796
<aside class="phpdocumentor-element-found-in">
47974797
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
47984798
:
4799-
<span class="phpdocumentor-element-found-in__line">300</span>
4799+
<span class="phpdocumentor-element-found-in__line">298</span>
48004800
</aside>
48014801

48024802
<p class="phpdocumentor-summary">Set the protocol version.</p>
@@ -5247,7 +5247,7 @@ <h4 class="phpdocumentor-element__name" id="method_withStatus">
52475247
<aside class="phpdocumentor-element-found-in">
52485248
<abbr class="phpdocumentor-element-found-in__file" title="src/http/Response.php"><a href="files/src-http-response.html"><abbr title="src/http/Response.php">Response.php</abbr></a></abbr>
52495249
:
5250-
<span class="phpdocumentor-element-found-in__line">328</span>
5250+
<span class="phpdocumentor-element-found-in__line">326</span>
52515251
</aside>
52525252

52535253
<p class="phpdocumentor-summary">Set the status code.</p>

‎reports/errors.html

+1-45
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ <h3>Table of Contents</h3>
115115
<tr>
116116
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Cache/Adapter/SessionCache.php">src/Cache/Adapter/SessionCache.php</a></td>
117117
<td class="phpdocumentor-cell">1</td>
118-
</tr>
119-
<tr>
120-
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Common/FTP.php">src/Common/FTP.php</a></td>
121-
<td class="phpdocumentor-cell">1</td>
122118
</tr>
123119
<tr>
124120
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Container/Container.php">src/Container/Container.php</a></td>
@@ -127,10 +123,6 @@ <h3>Table of Contents</h3>
127123
<tr>
128124
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Container/ContainerContract.php">src/Container/ContainerContract.php</a></td>
129125
<td class="phpdocumentor-cell">1</td>
130-
</tr>
131-
<tr>
132-
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Contracts/Auth/Update.php">src/Contracts/Auth/Update.php</a></td>
133-
<td class="phpdocumentor-cell">1</td>
134126
</tr>
135127
<tr>
136128
<td class="phpdocumentor-cell"><a href="reports/errors.html#src/Data/Arrays.php">src/Data/Arrays.php</a></td>
@@ -172,24 +164,6 @@ <h3><abbr title="src/Cache/Adapter/SessionCache.php">SessionCache.php</abbr></h3
172164
<td class="phpdocumentor-cell">Tag &quot;param&quot; with body &quot;@param (tring $key&quot; has error &quot;\alphaz\Cache\Adapter\tring $key&quot; is not a valid Fqsen.</td>
173165
</tr>
174166
</tbody>
175-
</table>
176-
<a id="src/Common/FTP.php"></a>
177-
<h3><abbr title="src/Common/FTP.php">FTP.php</abbr></h3>
178-
<table>
179-
<thead>
180-
<tr>
181-
<th class="phpdocumentor-heading">Type</th>
182-
<th class="phpdocumentor-heading">Line</th>
183-
<th class="phpdocumentor-heading">Description</th>
184-
</tr>
185-
</thead>
186-
<tbody>
187-
<tr>
188-
<td class="phpdocumentor-cell">ERROR</td>
189-
<td class="phpdocumentor-cell">0</td>
190-
<td class="phpdocumentor-cell">Tag &quot;param&quot; with body &quot;@param (mixed)$remote remote&quot; has error &quot;\alphaz\Common\$remote&quot; is not a valid Fqsen.</td>
191-
</tr>
192-
</tbody>
193167
</table>
194168
<a id="src/Container/Container.php"></a>
195169
<h3><abbr title="src/Container/Container.php">Container.php</abbr></h3>
@@ -226,24 +200,6 @@ <h3><abbr title="src/Container/ContainerContract.php">ContainerContract.php</abb
226200
<td class="phpdocumentor-cell">Tag &quot;return&quot; with body &quot;@return 3.0.0&quot; has error &quot;\alphaz\Container\3.0.0&quot; is not a valid Fqsen.</td>
227201
</tr>
228202
</tbody>
229-
</table>
230-
<a id="src/Contracts/Auth/Update.php"></a>
231-
<h3><abbr title="src/Contracts/Auth/Update.php">Update.php</abbr></h3>
232-
<table>
233-
<thead>
234-
<tr>
235-
<th class="phpdocumentor-heading">Type</th>
236-
<th class="phpdocumentor-heading">Line</th>
237-
<th class="phpdocumentor-heading">Description</th>
238-
</tr>
239-
</thead>
240-
<tbody>
241-
<tr>
242-
<td class="phpdocumentor-cell">ERROR</td>
243-
<td class="phpdocumentor-cell">0</td>
244-
<td class="phpdocumentor-cell">Tag &quot;param&quot; with body &quot;@param (mixed)$password password of user&quot; has error &quot;\alphaz\Contracts\Auth\$password&quot; is not a valid Fqsen.</td>
245-
</tr>
246-
</tbody>
247203
</table>
248204
<a id="src/Data/Arrays.php"></a>
249205
<h3><abbr title="src/Data/Arrays.php">Arrays.php</abbr></h3>
@@ -336,7 +292,7 @@ <h3><abbr title="src/Mail/Mail.php">Mail.php</abbr></h3>
336292
<tr>
337293
<td class="phpdocumentor-cell">ERROR</td>
338294
<td class="phpdocumentor-cell">0</td>
339-
<td class="phpdocumentor-cell">Tag &quot;return&quot; with body &quot;@return boolean.&quot; has error &quot;\alphaz\Mail\boolean.&quot; is not a valid Fqsen.</td>
295+
<td class="phpdocumentor-cell">Tag &quot;return&quot; with body &quot;@return bool.&quot; has error &quot;\alphaz\Mail\bool.&quot; is not a valid Fqsen.</td>
340296
</tr>
341297
</tbody>
342298
</table>

0 commit comments

Comments
 (0)
Please sign in to comment.