Skip to content

Commit

Permalink
Updated API for commit 19ad2b99cc0396963fc5ea801453605e9976644b
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 28, 2024
1 parent 2a70586 commit 2ea9a39
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions docs/classes/CodeIgniter-Commands-ListCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h4 id="toc-methods">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a class="" href="classes/CodeIgniter-Commands-ListCommands.html#method_run">run()</a>
<span>
&nbsp;: int|void </span>
&nbsp;: int </span>
</dt>
<dd>Displays the help for the spark cli script itself.</dd>

Expand Down Expand Up @@ -482,14 +482,14 @@ <h4 id="toc-methods">
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a class="" href="classes/CodeIgniter-Commands-ListCommands.html#method_listFull">listFull()</a>
<span>
&nbsp;: void </span>
&nbsp;: int </span>
</dt>
<dd>Lists the commands with accompanying info.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a class="" href="classes/CodeIgniter-Commands-ListCommands.html#method_listSimple">listSimple()</a>
<span>
&nbsp;: void </span>
&nbsp;: int </span>
</dt>
<dd>Lists the commands only.</dd>

Expand Down Expand Up @@ -1347,15 +1347,15 @@ <h4 class="phpdocumentor-element__name" id="method_run">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Commands/ListCommands.php"><a href="files/system-commands-listcommands.html"><abbr title="system/Commands/ListCommands.php">ListCommands.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">75</span>
<span class="phpdocumentor-element-found-in__line">77</span>

</aside>

<p class="phpdocumentor-summary">Displays the help for the spark cli script itself.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">run</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int|void</span></code>
<span class="phpdocumentor-signature__name">run</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>

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

<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">int|void</span>
<span class="phpdocumentor-signature__response_type">int</span>
</section>

</article>
Expand Down Expand Up @@ -1574,15 +1574,15 @@ <h4 class="phpdocumentor-element__name" id="method_listFull">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Commands/ListCommands.php"><a href="files/system-commands-listcommands.html"><abbr title="system/Commands/ListCommands.php">ListCommands.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">91</span>
<span class="phpdocumentor-element-found-in__line">93</span>

</aside>

<p class="phpdocumentor-summary">Lists the commands with accompanying info.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__name">listFull</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$commands</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<span class="phpdocumentor-signature__name">listFull</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$commands</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>

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




<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">int</span>
</section>

</article>
<article
class="phpdocumentor-element
Expand All @@ -1619,15 +1623,15 @@ <h4 class="phpdocumentor-element__name" id="method_listSimple">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Commands/ListCommands.php"><a href="files/system-commands-listcommands.html"><abbr title="system/Commands/ListCommands.php">ListCommands.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">134</span>
<span class="phpdocumentor-element-found-in__line">138</span>

</aside>

<p class="phpdocumentor-summary">Lists the commands only.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__name">listSimple</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$commands</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<span class="phpdocumentor-signature__name">listSimple</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$commands</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code>

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




<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">int</span>
</section>

</article>
<article
class="phpdocumentor-element
Expand Down

0 comments on commit 2ea9a39

Please sign in to comment.