PHP Class Kraken\Runtime\Command\Command

Inheritance: implements Kraken\Runtime\Command\CommandInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$context mixed[]
$runtime Kraken\Runtime\RuntimeContainerInterface

Méthodes publiques

Méthode Description
__construct ( mixed[] $context = [] )
__destruct ( )
__invoke ( $params = [] )
execute ( $params = [] )

Méthodes protégées

Méthode Description
command ( mixed[] $params = [] ) : mixed
construct ( )
destruct ( )

Method Details

__construct() public méthode

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

__destruct() public méthode

public __destruct ( )

__invoke() public méthode

public __invoke ( $params = [] )

command() protected méthode

protected command ( mixed[] $params = [] ) : mixed
$params mixed[]
Résultat mixed

construct() protected méthode

protected construct ( )

destruct() protected méthode

protected destruct ( )

execute() public méthode

public execute ( $params = [] )

Property Details

$context protected_oe property

protected mixed[] $context
Résultat mixed[]

$runtime protected_oe property

protected RuntimeContainerInterface,Kraken\Runtime $runtime
Résultat Kraken\Runtime\RuntimeContainerInterface