PHP Class Acacha\Llum\Console\AliasCommand

Inheritance: extends LlumCommand
Mostra file Open project: acacha/llum

Protected Methods

Method Description
configure ( ) Configure the command options.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute the command.

Method Details

configure() protected method

Configure the command options.
protected configure ( )

execute() protected method

Execute the command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | null | void