PHP Class Liip\RMT\Command\BaseCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: liip/rmt Class Usage Examples

Protected Properties

Свойство Type Description
$input Symfony\Component\Console\Input\InputInterface
$output Liip\RMT\Output\Output

Méthodes publiques

Méthode 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 méthode

public getApplication ( ) : Application
Résultat Liip\RMT\Application

getInput() public méthode

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
Résultat Symfony\Component\Console\Input\InputInterface

getOutput() public méthode

public getOutput ( ) : Output
Résultat Liip\RMT\Output\Output

loadContext() public méthode

public loadContext ( )

run() public méthode

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_oe property

protected InputInterface,Symfony\Component\Console\Input $input
Résultat Symfony\Component\Console\Input\InputInterface

$output protected_oe property

protected Output,Liip\RMT\Output $output
Résultat Liip\RMT\Output\Output