PHP Класс Kraken\Console\Client\Command\CommandManager

Наследование: extends Symfony\Component\Console\Application, implements Kraken\Console\Client\Command\CommandManagerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )
setVersion ( $version )

Защищенные методы

Метод Описание
doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Описание методов

doRunCommand() защищенный Метод

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 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 setVersion ( $version )