class Shell extends Shell
Shell.
Methods
|
__construct(Application $application)
Constructor. |
from Shell | |
|
run()
Runs the shell. |
from Shell | |
| getProcessIsolation() | from Shell | |
| setProcessIsolation($processIsolation) | from Shell |
Details
in Shell at line 45
public
__construct(Application $application)
Constructor.
If there is no readline support for the current PHP executable
a \RuntimeException exception is thrown.
in Shell at line 57
public
run()
Runs the shell.