PHP 클래스 Kraken\Root\Console\Server\Provider\ChannelProvider

상속: extends Kraken\Container\ServiceProvider, implements Kraken\Container\ServiceProviderInterface
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$commander Kraken\Runtime\Command\CommandManagerInterface
$provides string[]
$requires string[]

보호된 메소드들

메소드 설명
boot ( Kraken\Container\ContainerInterface $container )
register ( Kraken\Container\ContainerInterface $container )
unregister ( Kraken\Container\ContainerInterface $container )

비공개 메소드들

메소드 설명
applyConsoleRouting ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelCompositeInterface $composite )
executeCommand ( string $command, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface
executeProtocol ( Kraken\Channel\ChannelCompositeInterface $composite, Kraken\Channel\Protocol\ProtocolInterface $protocol )

메소드 상세

boot() 보호된 메소드

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

register() 보호된 메소드

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

unregister() 보호된 메소드

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

프로퍼티 상세

$commander 보호되어 있는 프로퍼티

protected CommandManagerInterface,Kraken\Runtime\Command $commander
리턴 Kraken\Runtime\Command\CommandManagerInterface

$provides 보호되어 있는 프로퍼티

protected string[] $provides
리턴 string[]

$requires 보호되어 있는 프로퍼티

protected string[] $requires
리턴 string[]