Class Shell
A Shell wraps an Application to add shell capabilities to it.
Support for history and completion only works with a PHP compiled with readline support (either --with-readline or --with-libedit)
Namespace: Symfony\Component\Console
Author: Fabien Potencier <fabien@symfony.com>
Author: Martin HasoĊ <martin.hason@gmail.com>
Located at laravel/vendor/Symfony/Component/Console/Shell.php
Author: Fabien Potencier <fabien@symfony.com>
Author: Martin HasoĊ <martin.hason@gmail.com>
Located at laravel/vendor/Symfony/Component/Console/Shell.php
public
|
|
public
|
|
protected
string
|
|
private
Boolean|array
|
|
private
string
|
|
public
|
|
public
|
private
mixed
|
$application |
|
|
private
mixed
|
$history |
|
|
private
mixed
|
$output |
|
|
private
mixed
|
$hasReadline |
|
|
private
mixed
|
$prompt |
|
|
private
mixed
|
$processIsolation |
|