[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 229 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Shell:: (10 methods):
__construct()
run()
getHeader()
getPrompt()
getOutput()
getApplication()
autocompleter()
readline()
getProcessIsolation()
setProcessIsolation()
__construct(Application $application) X-Ref |
Constructor. If there is no readline support for the current PHP executable a \RuntimeException exception is thrown. param: Application $application An application instance |
run() X-Ref |
Runs the shell. |
getHeader() X-Ref |
Returns the shell header. return: string The header string |
getPrompt() X-Ref |
Renders a prompt. return: string The prompt |
getOutput() X-Ref |
No description |
getApplication() X-Ref |
No description |
autocompleter($text) X-Ref |
Tries to return autocompletion for the current entered text. param: string $text The last segment of the entered text return: bool|array A list of guessed strings or true |
readline() X-Ref |
Reads a single line from standard input. return: string The single line from standard input |
getProcessIsolation() X-Ref |
No description |
setProcessIsolation($processIsolation) X-Ref |
No description |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |