PHP Class Kraken\Runtime\Command\Arch\ArchStartCommand

Inheritance: extends Kraken\Runtime\Command\Command, implements Kraken\Runtime\Command\CommandInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$channel ChannelInterface

Protected Methods

Method Description
command ( $params = [] )
construct ( )
createRequest ( Kraken\Channel\ChannelInterface $channel, string $receiver, string $command ) : Request Create Request.
destruct ( )

Method Details

command() protected method

protected command ( $params = [] )

construct() protected method

protected construct ( )

createRequest() protected method

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

destruct() protected method

protected destruct ( )

Property Details

$channel protected property

ChannelInterface
protected $channel