PHP 클래스 Kraken\Runtime\Command\Command

상속: implements Kraken\Runtime\Command\CommandInterface
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$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