interface CommandLoaderInterface

Methods

get(string $name)

Loads a command.

bool
has(string $name)

Checks if a command exists.

string[]
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

string[] getNames()

Return Value

string[] All registered command names