Property | Type | Description | |
---|---|---|---|
$commander | Kraken\Runtime\Command\CommandManagerInterface | ||
$provides | string[] | ||
$requires | string[] |
Method | Description | |
---|---|---|
boot ( Kraken\Container\ContainerInterface $container ) | ||
register ( Kraken\Container\ContainerInterface $container ) | ||
unregister ( Kraken\Container\ContainerInterface $container ) |
Method | Description | |
---|---|---|
applyConsoleRouting ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite ) | ||
executeCommand ( string $command, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
executeProtocol ( Kraken\Channel\ChannelCompositeInterface $composite, Kraken\Channel\Protocol\ProtocolInterface $protocol ) |
protected boot ( Kraken\Container\ContainerInterface $container ) | ||
$container | Kraken\Container\ContainerInterface |
protected register ( Kraken\Container\ContainerInterface $container ) | ||
$container | Kraken\Container\ContainerInterface |
protected unregister ( Kraken\Container\ContainerInterface $container ) | ||
$container | Kraken\Container\ContainerInterface |
protected CommandManagerInterface,Kraken\Runtime\Command $commander | ||
return | Kraken\Runtime\Command\CommandManagerInterface |