PHP Класс Kraken\Root\Console\Server\Provider\CommandProvider

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

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

Метод Описание
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[]

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

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

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

create() защищенный Метод

protected create ( string $class, mixed[] $params = [] ) : Kraken\Runtime\Command\CommandInterface
$class string
$params mixed[]
Результат Kraken\Runtime\Command\CommandInterface

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\Runtime\RuntimeContainerInterface $runtime ) : Kraken\Runtime\Command\CommandInterface[]
$runtime Kraken\Runtime\RuntimeContainerInterface
Результат Kraken\Runtime\Command\CommandInterface[]