PHP 클래스 Kraken\Console\Client\Command\CommandManager

상속: extends Symfony\Component\Console\Application, implements Kraken\Console\Client\Command\CommandManagerInterface
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
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 )