PHP Класс Laravel\Envoy\Console\TasksCommand

Наследование: extends Symfony\Component\Console\Command\Command, use trait Command
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

configure() защищенный Метод

Configure the command options.
protected configure ( ) : void
Результат void

fire() защищенный Метод

Execute the command.
protected fire ( ) : void
Результат void

listMacros() защищенный Метод

List the macros from the container.
protected listMacros ( TaskContainer $container ) : void
$container Laravel\Envoy\TaskContainer
Результат void

listTasks() защищенный Метод

List the tasks from the container.
protected listTasks ( TaskContainer $container ) : void
$container Laravel\Envoy\TaskContainer
Результат void

loadTaskContainer() защищенный Метод

Load the task container instance with the Envoy file.
protected loadTaskContainer ( ) : TaskContainer
Результат Laravel\Envoy\TaskContainer