class InjectorCommandLoader implements CommandLoaderInterface (View source)

Command loader that loads commands from the injector if they were registered with Sake.

Methods

public
Command
get(string $name)

No description

public
bool
has(string $name)

No description

public
array
getNames()

No description

Details

Command get(string $name)

No description

Parameters

string $name

Return Value

Command

bool has(string $name)

No description

Parameters

string $name

Return Value

bool

array getNames()

No description

Return Value

array