Skip to content

Commit 68ff6ae

Browse files
committed
Updated API for commit 0b1490df67678917f1861a2021b96b64ef070ffb
1 parent b223273 commit 68ff6ae

2 files changed

Lines changed: 0 additions & 134 deletions

File tree

docs/classes/CodeIgniter-CLI-CLI.html

Lines changed: 0 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -576,20 +576,6 @@ <h4 id="toc-methods">
576576
</dt>
577577
<dd>This method is the same as promptByKey(), but this method supports multiple keys, separated by commas.</dd>
578578

579-
<dt class="phpdocumentor-table-of-contents__entry -method -public">
580-
<a class="" href="classes/CodeIgniter-CLI-CLI.html#method_resetInputOutput">resetInputOutput()</a>
581-
<span>
582-
&nbsp;: void </span>
583-
</dt>
584-
<dd>Testing purpose only</dd>
585-
586-
<dt class="phpdocumentor-table-of-contents__entry -method -public">
587-
<a class="" href="classes/CodeIgniter-CLI-CLI.html#method_setInputOutput">setInputOutput()</a>
588-
<span>
589-
&nbsp;: void </span>
590-
</dt>
591-
<dd>Testing purpose only</dd>
592-
593579
<dt class="phpdocumentor-table-of-contents__entry -method -public">
594580
<a class="" href="classes/CodeIgniter-CLI-CLI.html#method_showProgress">showProgress()</a>
595581
<span>
@@ -2404,114 +2390,6 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
24042390

24052391
</section>
24062392

2407-
</article>
2408-
<article
2409-
class="phpdocumentor-element
2410-
-method
2411-
-public
2412-
-static "
2413-
>
2414-
<h4 class="phpdocumentor-element__name" id="method_resetInputOutput">
2415-
resetInputOutput()
2416-
<a href="classes/CodeIgniter-CLI-CLI.html#method_resetInputOutput" class="headerlink"><i class="fas fa-link"></i></a>
2417-
2418-
</h4>
2419-
<aside class="phpdocumentor-element-found-in">
2420-
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
2421-
:
2422-
<span class="phpdocumentor-element-found-in__line">1144</span>
2423-
2424-
</aside>
2425-
2426-
<p class="phpdocumentor-summary">Testing purpose only</p>
2427-
2428-
<code class="phpdocumentor-code phpdocumentor-signature ">
2429-
<span class="phpdocumentor-signature__visibility">public</span>
2430-
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">resetInputOutput</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
2431-
2432-
<div class="phpdocumentor-label-line">
2433-
</div>
2434-
2435-
2436-
2437-
2438-
<h5 class="phpdocumentor-tag-list__heading" id="tags">
2439-
Tags
2440-
<a href="classes/CodeIgniter-CLI-CLI.html#method_resetInputOutput#tags" class="headerlink"><i class="fas fa-link"></i></a>
2441-
2442-
</h5>
2443-
<dl class="phpdocumentor-tag-list">
2444-
<dt class="phpdocumentor-tag-list__entry">
2445-
<span class="phpdocumentor-tag__name">testTag</span>
2446-
</dt>
2447-
<dd class="phpdocumentor-tag-list__definition">
2448-
2449-
2450-
</dd>
2451-
</dl>
2452-
2453-
2454-
2455-
2456-
</article>
2457-
<article
2458-
class="phpdocumentor-element
2459-
-method
2460-
-public
2461-
-static "
2462-
>
2463-
<h4 class="phpdocumentor-element__name" id="method_setInputOutput">
2464-
setInputOutput()
2465-
<a href="classes/CodeIgniter-CLI-CLI.html#method_setInputOutput" class="headerlink"><i class="fas fa-link"></i></a>
2466-
2467-
</h4>
2468-
<aside class="phpdocumentor-element-found-in">
2469-
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
2470-
:
2471-
<span class="phpdocumentor-element-found-in__line">1134</span>
2472-
2473-
</aside>
2474-
2475-
<p class="phpdocumentor-summary">Testing purpose only</p>
2476-
2477-
<code class="phpdocumentor-code phpdocumentor-signature ">
2478-
<span class="phpdocumentor-signature__visibility">public</span>
2479-
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">setInputOutput</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><a href="classes/CodeIgniter-CLI-InputOutput.html"><abbr title="\CodeIgniter\CLI\InputOutput">InputOutput</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$io</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
2480-
2481-
<div class="phpdocumentor-label-line">
2482-
</div>
2483-
2484-
2485-
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
2486-
<dl class="phpdocumentor-argument-list">
2487-
<dt class="phpdocumentor-argument-list__entry">
2488-
<span class="phpdocumentor-argument-list__argument__name">$io</span>
2489-
: <span class="phpdocumentor-argument-list__argument__type"><a href="classes/CodeIgniter-CLI-InputOutput.html"><abbr title="\CodeIgniter\CLI\InputOutput">InputOutput</abbr></a></span>
2490-
</dt>
2491-
<dd class="phpdocumentor-argument-list__definition">
2492-
2493-
</dd>
2494-
</dl>
2495-
2496-
2497-
<h5 class="phpdocumentor-tag-list__heading" id="tags">
2498-
Tags
2499-
<a href="classes/CodeIgniter-CLI-CLI.html#method_setInputOutput#tags" class="headerlink"><i class="fas fa-link"></i></a>
2500-
2501-
</h5>
2502-
<dl class="phpdocumentor-tag-list">
2503-
<dt class="phpdocumentor-tag-list__entry">
2504-
<span class="phpdocumentor-tag__name">testTag</span>
2505-
</dt>
2506-
<dd class="phpdocumentor-tag-list__definition">
2507-
2508-
2509-
</dd>
2510-
</dl>
2511-
2512-
2513-
2514-
25152393
</article>
25162394
<article
25172395
class="phpdocumentor-element
@@ -3390,8 +3268,6 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
33903268
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_prompt">prompt()</a></li>
33913269
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_promptByKey">promptByKey()</a></li>
33923270
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_promptByMultipleKeys">promptByMultipleKeys()</a></li>
3393-
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_resetInputOutput">resetInputOutput()</a></li>
3394-
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_setInputOutput">setInputOutput()</a></li>
33953271
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_showProgress">showProgress()</a></li>
33963272
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_streamSupports">streamSupports()</a></li>
33973273
<li class=""><a href="classes/CodeIgniter-CLI-CLI.html#method_strlen">strlen()</a></li>

docs/js/searchIndex.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,16 +2305,6 @@ Search.appendIndex(
23052305
"name": "fwrite",
23062306
"summary": "While\u0020the\u0020library\u0020is\u0020intended\u0020for\u0020use\u0020on\u0020CLI\u0020commands,\ncommands\u0020can\u0020be\u0020called\u0020from\u0020controllers\u0020and\u0020elsewhere\nso\u0020we\u0020need\u0020a\u0020way\u0020to\u0020allow\u0020them\u0020to\u0020still\u0020work.",
23072307
"url": "classes/CodeIgniter-CLI-CLI.html#method_fwrite"
2308-
}, {
2309-
"fqsen": "\\CodeIgniter\\CLI\\CLI\u003A\u003AsetInputOutput\u0028\u0029",
2310-
"name": "setInputOutput",
2311-
"summary": "Testing\u0020purpose\u0020only",
2312-
"url": "classes/CodeIgniter-CLI-CLI.html#method_setInputOutput"
2313-
}, {
2314-
"fqsen": "\\CodeIgniter\\CLI\\CLI\u003A\u003AresetInputOutput\u0028\u0029",
2315-
"name": "resetInputOutput",
2316-
"summary": "Testing\u0020purpose\u0020only",
2317-
"url": "classes/CodeIgniter-CLI-CLI.html#method_resetInputOutput"
23182308
}, {
23192309
"fqsen": "\\CodeIgniter\\CLI\\CLI\u003A\u003A\u0024readline_support",
23202310
"name": "readline_support",

0 commit comments

Comments
 (0)