final class CommandRegistry (View source)

Methods

void
register(string $commandClass)
void
bool
has(string $name)
bool
array
all()
array

Details

__construct

__construct(ContainerInterface $container)

No description

Parameters

ContainerInterface $container

register

void register(string $commandClass)

No description

Parameters

string $commandClass

Return Value

void

has

bool has(string $name)

No description

Parameters

string $name

Return Value

bool

get

CommandInterface get(string $name)

No description

Parameters

string $name

Return Value

CommandInterface

all

array all()

No description

Return Value

array