PHP Class Laravel\Envoy\Console\TasksCommand

Inheritance: extends Symfony\Component\Console\Command\Command, use trait Command
Show file Open project: laravel/envoy

Protected Methods

Method 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 method

Configure the command options.
protected configure ( ) : void
return void

fire() protected method

Execute the command.
protected fire ( ) : void
return void

listMacros() protected method

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

listTasks() protected method

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

loadTaskContainer() protected method

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