PHP Class Liip\RMT\Command\BaseCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: liip/rmt Class Usage Examples

Protected Properties

Property Type Description
$input Symfony\Component\Console\Input\InputInterface
$output Liip\RMT\Output\Output

Public Methods

Method Description
getApplication ( ) : Application
getInput ( ) : Symfony\Component\Console\Input\InputInterface
getOutput ( ) : Output
loadContext ( )
run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

getApplication() public method

public getApplication ( ) : Application
return Liip\RMT\Application

getInput() public method

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
return Symfony\Component\Console\Input\InputInterface

getOutput() public method

public getOutput ( ) : Output
return Liip\RMT\Output\Output

loadContext() public method

public loadContext ( )

run() public method

public run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$input protected property

protected InputInterface,Symfony\Component\Console\Input $input
return Symfony\Component\Console\Input\InputInterface

$output protected property

protected Output,Liip\RMT\Output $output
return Liip\RMT\Output\Output