W3cubDocs

/Symfony 3.0

Symfony\Bundle\FrameworkBundle\Console\Shell

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

public __construct(Application $application)

Constructor.

If there is no readline support for the current PHP executable a \RuntimeException exception is thrown.

Parameters

Application $application An application instance

public run()

Runs the shell.

public getProcessIsolation()

public setProcessIsolation($processIsolation)

Parameters

$processIsolation

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Bundle/FrameworkBundle/Console/Shell.html