class ApplicationDescription

Constants

GLOBAL_NAMESPACE

Methods

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

Constructor.

array
getNamespaces()

No description

getCommands()

No description

getCommand(string $name)

No description

Details

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

Constructor.

Parameters

Application $application
string|null $namespace

at line line 67
array getNamespaces()

Return Value

array

at line line 79
Command[] getCommands()

Return Value

Command[]

at line line 95
Command getCommand(string $name)

Parameters

string $name

Return Value

Command

Exceptions

CommandNotFoundException