PHP Класс Vinkla\Climb\Commands\UpdateCommand

Автор: Vincent Klaiber ([email protected])
Автор: Joseph Cohen ([email protected])
Наследование: extends Command
Показать файл Открыть проект

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

Свойство Тип Описание
$command The composer command to run.

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

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

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

Метод Описание
configure ( ) : void Configure the update command.

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

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

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

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

Execute the command.
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer

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

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

The composer command to run.
protected $command