PHP Class Magestead\Command\UpdateCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: richdynamix/magestead

Public Methods

Method Description
configure ( ) Configure the command and description

Protected Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand Execute a global composer update for the package

Method Details

configure() public method

Configure the command and description
public configure ( )

execute() protected method

Execute a global composer update for the package
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return ProcessCommand