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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$ignoreOptions array Command line options that should not be gathered dynamically.

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

Метод Описание
configure ( ) : void Configure the command options.
displayOutput ( integer $type, string $host, string $line ) : void Display the given output line.
fire ( ) : integer Execute the command.
getOptions ( ) : array Gather the dynamic options for the command.
getRemoteProcessor ( Task $task ) : Laravel\Envoy\RemoteProcessor Get the SSH processor for the task.
getTasks ( TaskContainer $container ) : void Get the tasks from the container based on user input.
loadTaskContainer ( ) : TaskContainer Load the task container instance with the Envoy file.
passToRemoteProcessor ( Task $task ) : integer Run the given task and return the exit code.
pretending ( ) : boolean Determine if the SSH command should be dumped.
runTask ( TaskContainer $container, string $task ) : null | integer | void Run the given task out of the container.
runTaskOverSSH ( Task $task ) : integer Run the given task and return the exit code.

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

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

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

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

Display the given output line.
protected displayOutput ( integer $type, string $host, string $line ) : void
$type integer
$host string
$line string
Результат void

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

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

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

Gather the dynamic options for the command.
protected getOptions ( ) : array
Результат array

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

Get the SSH processor for the task.
protected getRemoteProcessor ( Task $task ) : Laravel\Envoy\RemoteProcessor
$task Laravel\Envoy\Task
Результат Laravel\Envoy\RemoteProcessor

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

Get the tasks from the container based on user input.
protected getTasks ( TaskContainer $container ) : void
$container Laravel\Envoy\TaskContainer
Результат void

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

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

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

Run the given task and return the exit code.
protected passToRemoteProcessor ( Task $task ) : integer
$task Laravel\Envoy\Task
Результат integer

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

Determine if the SSH command should be dumped.
protected pretending ( ) : boolean
Результат boolean

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

Run the given task out of the container.
protected runTask ( TaskContainer $container, string $task ) : null | integer | void
$container Laravel\Envoy\TaskContainer
$task string
Результат null | integer | void

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

Run the given task and return the exit code.
protected runTaskOverSSH ( Task $task ) : integer
$task Laravel\Envoy\Task
Результат integer

Описание свойств

$ignoreOptions защищенное свойство

Command line options that should not be gathered dynamically.
protected array $ignoreOptions
Результат array