PHP 클래스 Kraken\Runtime\Command\Arch\ArchStopCommand

상속: extends Kraken\Runtime\Command\Command, implements Kraken\Runtime\Command\CommandInterface
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$channel ChannelInterface

보호된 메소드들

메소드 설명
command ( $params = [] )
construct ( )
createRequest ( Kraken\Channel\ChannelInterface $channel, string $receiver, string $command ) : Request Create Request.
destruct ( )

메소드 상세

command() 보호된 메소드

protected command ( $params = [] )

construct() 보호된 메소드

protected construct ( )

createRequest() 보호된 메소드

Create Request.
protected createRequest ( Kraken\Channel\ChannelInterface $channel, string $receiver, string $command ) : Request
$channel Kraken\Channel\ChannelInterface
$receiver string
$command string
리턴 Kraken\Channel\Extra\Request

destruct() 보호된 메소드

protected destruct ( )

프로퍼티 상세

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

ChannelInterface
protected $channel