ApplicationDescription
class ApplicationDescription
Constants
| GLOBAL_NAMESPACE | 
Methods
| __construct(Application $application, $namespace = null) | ||
| array | getNamespaces() | |
| Command[] | getCommands() | |
| Command | getCommand(string $name) | 
Details
__construct(Application $application, $namespace = null)
Parameters
| Application | $application | |
| $namespace | 
array getNamespaces()
Return Value
| array | 
Command[] getCommands()
Return Value
| Command[] | 
Command getCommand(string $name)
Parameters
| string | $name | 
Return Value
| Command | 
Exceptions
| CommandNotFoundException | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/2.8/Symfony/Component/Console/Descriptor/ApplicationDescription.html