PHP Класс Kraken\Runtime\Command\Command

Наследование: implements Kraken\Runtime\Command\CommandInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$context mixed[]
$runtime Kraken\Runtime\RuntimeContainerInterface

Открытые методы

Метод Описание
__construct ( mixed[] $context = [] )
__destruct ( )
__invoke ( $params = [] )
execute ( $params = [] )

Защищенные методы

Метод Описание
command ( mixed[] $params = [] ) : mixed
construct ( )
destruct ( )

Описание методов

__construct() публичный Метод

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

__destruct() публичный Метод

public __destruct ( )

__invoke() публичный Метод

public __invoke ( $params = [] )

command() защищенный Метод

protected command ( mixed[] $params = [] ) : mixed
$params mixed[]
Результат mixed

construct() защищенный Метод

protected construct ( )

destruct() защищенный Метод

protected destruct ( )

execute() публичный Метод

public execute ( $params = [] )

Описание свойств

$context защищенное свойство

protected mixed[] $context
Результат mixed[]

$runtime защищенное свойство

protected RuntimeContainerInterface,Kraken\Runtime $runtime
Результат Kraken\Runtime\RuntimeContainerInterface