PHP 클래스 Kraken\Root\Runtime\Provider\ChannelConsoleProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$provides string[]
$requires string[]

보호된 메소드들

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

비공개 메소드들

메소드 설명
applyConsoleRouting ( Kraken\Channel\ChannelCompositeInterface $channel, Kraken\Channel\ChannelInterface $console )

메소드 상세

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

프로퍼티 상세

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

protected string[] $provides
리턴 string[]

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

protected string[] $requires
리턴 string[]