PHP Class Altax\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: kohkimakimoto/altax Class Usage Examples

Protected Properties

Property Type Description
$ancestry
$definedTask

Public Methods

Method Description
__construct ( $definedTask )
getDefinedTask ( )
getTaskConfig ( )
setAncestry ( $ancestry )

Protected Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fire ( $task )
getContainer ( )
runAfterTask ( $output )
runBeforeTask ( $output )

Method Details

__construct() public method

public __construct ( $definedTask )

execute() protected method

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 method

protected fire ( $task )

getContainer() protected method

protected getContainer ( )

getDefinedTask() public method

public getDefinedTask ( )

getTaskConfig() public method

public getTaskConfig ( )

runAfterTask() protected method

protected runAfterTask ( $output )

runBeforeTask() protected method

protected runBeforeTask ( $output )

setAncestry() public method

public setAncestry ( $ancestry )

Property Details

$ancestry protected property

protected $ancestry

$definedTask protected property

protected $definedTask