PHP Class Kraken\Root\Runtime\Provider\ChannelProvider

Inheritance: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$commander Kraken\Runtime\Command\CommandManagerInterface
$provides string[]
$requires string[]

Méthodes protégées

Méthode Description
boot ( Kraken\Container\ContainerInterface $container )
register ( Kraken\Container\ContainerInterface $container )
unregister ( Kraken\Container\ContainerInterface $container )

Private Methods

Méthode Description
applyRootRouting ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite, Kraken\Channel\ChannelInterface $console )
applySimpleRouting ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite )
executeCommand ( string $command, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface
executeProtocol ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite, Kraken\Channel\Protocol\ProtocolInterface $protocol )

Method Details

boot() protected méthode

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

register() protected méthode

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

unregister() protected méthode

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

Property Details

$commander protected_oe property

protected CommandManagerInterface,Kraken\Runtime\Command $commander
Résultat Kraken\Runtime\Command\CommandManagerInterface

$provides protected_oe property

protected string[] $provides
Résultat string[]

$requires protected_oe property

protected string[] $requires
Résultat string[]