PHP Class Kraken\Console\Client\Command\CommandManager

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

Public Methods

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

Protected Methods

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

Method Details

doRunCommand() protected method

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 method

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 method

public setVersion ( $version )