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

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

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

Метод Описание
configure ( ) : void Configure the command options.
fire ( ) : void Execute the command.
getServer ( TaskContainer $container ) : string Get the server from the task 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

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

Get the server from the task container.
protected getServer ( TaskContainer $container ) : string
$container Laravel\Envoy\TaskContainer
Результат string

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

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