PHP Class Kraken\Runtime\Command\Command

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

Protected Properties

Property Type Description
$context mixed[]
$runtime Kraken\Runtime\RuntimeContainerInterface

Public Methods

Method Description
__construct ( mixed[] $context = [] )
__destruct ( )
__invoke ( $params = [] )
execute ( $params = [] )

Protected Methods

Method Description
command ( mixed[] $params = [] ) : mixed
construct ( )
destruct ( )

Method Details

__construct() public method

public __construct ( mixed[] $context = [] )
$context mixed[]

__destruct() public method

public __destruct ( )

__invoke() public method

public __invoke ( $params = [] )

command() protected method

protected command ( mixed[] $params = [] ) : mixed
$params mixed[]
return mixed

construct() protected method

protected construct ( )

destruct() protected method

protected destruct ( )

execute() public method

public execute ( $params = [] )

Property Details

$context protected property

protected mixed[] $context
return mixed[]

$runtime protected property

protected RuntimeContainerInterface,Kraken\Runtime $runtime
return Kraken\Runtime\RuntimeContainerInterface