PHP Class Kraken\Root\Runtime\Provider\CommandProvider

Inheritance: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
Datei anzeigen Open project: kraken-php/framework

Protected Methods

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

Method Details

boot() protected method

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

getAppCommands() protected method

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
return Kraken\Runtime\Command\CommandInterface[]

getDefaultCommands() protected method

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
return Kraken\Runtime\Command\CommandInterface[]