ApplicationDescription

class ApplicationDescription

Constants

GLOBAL_NAMESPACE

Methods

__construct(Application $application, string|null $namespace = null)

Constructor.

array getNamespaces()
Command[] getCommands()
Command getCommand(string $name)

Details

__construct(Application $application, string|null $namespace = null)

Constructor.

Parameters

Application $application
string|null $namespace

array getNamespaces()

Return Value

array

Command[] getCommands()

Return Value

Command[]

Command getCommand(string $name)

Parameters

string $name

Return Value

Command

Exceptions

CommandNotFoundException
doc_Symfony
2016-10-28 06:05:36
Comments
Leave a Comment

Please login to continue.