Class CustomDefaultCommandApplication
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\CustomDefaultCommandApplication
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
public
|