PHP Class Kraken\Console\Server\Command\Project\ProjectStatusCommand

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

Protected Properties

Property Type Description
$channel Kraken\Channel\ChannelInterface
$config Kraken\Config\ConfigInterface

Protected Methods

Method Description
command ( $params = [] )
construct ( )
createConfig ( Kraken\Config\ConfigInterface $config = null ) : Config Create Config.
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 ( )

createConfig() protected method

Create Config.
protected createConfig ( Kraken\Config\ConfigInterface $config = null ) : Config
$config Kraken\Config\ConfigInterface
return Kraken\Config\Config

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

protected ChannelInterface,Kraken\Channel $channel
return Kraken\Channel\ChannelInterface

$config protected property

protected ConfigInterface,Kraken\Config $config
return Kraken\Config\ConfigInterface