PHP Класс Kraken\Root\Runtime\Provider\CommandProvider

Наследование: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
Показать файл Открыть проект

Защищенные методы

Метод Описание
boot ( Kraken\Container\ContainerInterface $container )
getAppCommands ( Kraken\Config\ConfigInterface $config, Kraken\Runtime\Command\CommandFactoryInterface $factory, Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[]
getDefaultCommands ( Kraken\Config\ConfigInterface $config, Kraken\Runtime\Command\CommandFactoryInterface $factory, Kraken\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[]

Описание методов

boot() защищенный метод

protected boot ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface

getAppCommands() защищенный метод

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

getDefaultCommands() защищенный метод

protected getDefaultCommands ( 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[]