PHP Class Kraken\Console\Client\Command\CommandManager

Inheritance: extends Symfony\Component\Console\Application, implements Kraken\Console\Client\Command\CommandManagerInterface
Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )
setVersion ( $version )

Méthodes protégées

Méthode Description
doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

doRunCommand() protected méthode

protected doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

run() public méthode

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

setVersion() public méthode

public setVersion ( $version )