PHP Class Vinkla\Climb\Commands\UpdateCommand

Author: Vincent Klaiber ([email protected])
Author: Joseph Cohen ([email protected])
Inheritance: extends Command
Afficher le fichier Open project: vinkla/climb

Protected Properties

Свойство Type Description
$command The composer command to run.

Méthodes publiques

Méthode Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer Execute the command.

Méthodes protégées

Méthode Description
configure ( ) : void Configure the update command.

Method Details

configure() protected méthode

Configure the update command.
protected configure ( ) : void
Résultat void

execute() public méthode

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
Résultat integer

Property Details

$command protected_oe property

The composer command to run.
protected $command