PHP Class Laravel\Envoy\Console\TasksCommand

Inheritance: extends Symfony\Component\Console\Command\Command, use trait Command
Afficher le fichier Open project: laravel/envoy

Méthodes protégées

Méthode Description
configure ( ) : void Configure the command options.
fire ( ) : void Execute the command.
listMacros ( TaskContainer $container ) : void List the macros from the container.
listTasks ( TaskContainer $container ) : void List the tasks from the container.
loadTaskContainer ( ) : TaskContainer Load the task container instance with the Envoy file.

Method Details

configure() protected méthode

Configure the command options.
protected configure ( ) : void
Résultat void

fire() protected méthode

Execute the command.
protected fire ( ) : void
Résultat void

listMacros() protected méthode

List the macros from the container.
protected listMacros ( TaskContainer $container ) : void
$container Laravel\Envoy\TaskContainer
Résultat void

listTasks() protected méthode

List the tasks from the container.
protected listTasks ( TaskContainer $container ) : void
$container Laravel\Envoy\TaskContainer
Résultat void

loadTaskContainer() protected méthode

Load the task container instance with the Envoy file.
protected loadTaskContainer ( ) : TaskContainer
Résultat Laravel\Envoy\TaskContainer