Метод | Описание | |
---|---|---|
boot ( Kraken\Container\ContainerInterface $core ) | ||
create ( string $class, mixed[] $params = [] ) : Kraken\Runtime\Command\CommandInterface | ||
getAppCommands ( Kraken\Config\ConfigInterface $config, Kraken\Runtime\Command\CommandFactoryInterface $factory, Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[] | ||
getDefaultCommands ( Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[] |
protected boot ( Kraken\Container\ContainerInterface $core ) | ||
$core | Kraken\Container\ContainerInterface |
protected getAppCommands ( Kraken\Config\ConfigInterface $config, Kraken\Runtime\Command\CommandFactoryInterface $factory, Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[] | ||
$config | Kraken\Config\ConfigInterface | |
$factory | Kraken\Runtime\Command\CommandFactoryInterface | |
$runtime | Kraken\Runtime\RuntimeContainerInterface | |
Результат | Kraken\Runtime\Command\CommandInterface[] |
protected getDefaultCommands ( Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[] | ||
$runtime | Kraken\Runtime\RuntimeContainerInterface | |
Результат | Kraken\Runtime\Command\CommandInterface[] |