PHP Класс Deployer\Console\TaskCommand

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

Открытые свойства

Свойство Тип Описание
$executor Deployer\Executor\ExecutorInterface

Открытые методы

Метод Описание
__construct ( string $name, string $description, Deployer $deployer )

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

Метод Описание
configure ( ) Configures the command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

__construct() публичный Метод

public __construct ( string $name, string $description, Deployer $deployer )
$name string
$description string
$deployer Deployer\Deployer

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

Configures the command
protected configure ( )

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

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

$executor публичное свойство

public ExecutorInterface,Deployer\Executor $executor
Результат Deployer\Executor\ExecutorInterface