PHP 클래스 Altax\Command\Command

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: kohkimakimoto/altax 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ancestry
$definedTask

공개 메소드들

메소드 설명
__construct ( $definedTask )
getDefinedTask ( )
getTaskConfig ( )
setAncestry ( $ancestry )

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fire ( $task )
getContainer ( )
runAfterTask ( $output )
runBeforeTask ( $output )

메소드 상세

__construct() 공개 메소드

public __construct ( $definedTask )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

fire() 보호된 메소드

protected fire ( $task )

getContainer() 보호된 메소드

protected getContainer ( )

getDefinedTask() 공개 메소드

public getDefinedTask ( )

getTaskConfig() 공개 메소드

public getTaskConfig ( )

runAfterTask() 보호된 메소드

protected runAfterTask ( $output )

runBeforeTask() 보호된 메소드

protected runBeforeTask ( $output )

setAncestry() 공개 메소드

public setAncestry ( $ancestry )

프로퍼티 상세

$ancestry 보호되어 있는 프로퍼티

protected $ancestry

$definedTask 보호되어 있는 프로퍼티

protected $definedTask