PHP Class Altax\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: kohkimakimoto/altax Class Usage Examples

Protected Properties

Свойство Type Description
$ancestry
$definedTask

Méthodes publiques

Méthode Description
__construct ( $definedTask )
getDefinedTask ( )
getTaskConfig ( )
setAncestry ( $ancestry )

Méthodes protégées

Méthode 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 méthode

public __construct ( $definedTask )

execute() protected méthode

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 méthode

protected fire ( $task )

getContainer() protected méthode

protected getContainer ( )

getDefinedTask() public méthode

public getDefinedTask ( )

getTaskConfig() public méthode

public getTaskConfig ( )

runAfterTask() protected méthode

protected runAfterTask ( $output )

runBeforeTask() protected méthode

protected runBeforeTask ( $output )

setAncestry() public méthode

public setAncestry ( $ancestry )

Property Details

$ancestry protected_oe property

protected $ancestry

$definedTask protected_oe property

protected $definedTask