interface CommandLoaderInterface

Methods

Command
get(string$name)

Loads a command.

bool
has(string$name)

Checks if a command exists.

array
getNames()

No description

Details

Command get(string$name)

Loads a command.

Parameters

string $name

Return Value

Command

Exceptions

CommandNotFoundException

bool has(string$name)

Checks if a command exists.

Parameters

string $name

Return Value

bool

array getNames()

Return Value

array