Class CustomApplication
An Application is the container for a collection of commands.
It is the main entry point of a Console application.
This class is optimized for a standard CLI environment.
Usage: $app = new Application('myapp', '1.0 (stable)'); $app->add(new SimpleCommand()); $app->run();
- Symfony\Component\Console\Application
- Symfony\Component\Console\Tests\CustomApplication
Namespace: Symfony\Component\Console\Tests
Author: Fabien Potencier fabien@symfony.com
Located at Tests/ApplicationTest.php
Author: Fabien Potencier fabien@symfony.com
Located at Tests/ApplicationTest.php
protected
|
|
protected
|
#
getDefaultHelperSet( )
Gets the default helper set with the helpers that should always be available. |