PHP Class Vinkla\Climb\Commands\UpdateCommand

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

Protected Properties

Property Type Description
$command The composer command to run.

Public Methods

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

Protected Methods

Method Description
configure ( ) : void Configure the update command.

Method Details

configure() protected method

Configure the update command.
protected configure ( ) : void
return void

execute() public method

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
return integer

Property Details

$command protected_oe property

The composer command to run.
protected $command