PHP 클래스 CacheTool\Console\Application

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: gordalina/cachetool 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Config
$logger Monolog\Logger

공개 메소드들

메소드 설명
__construct ( Config $config )
buildContainer ( Symfony\Component\Console\Input\InputInterface $input ) : Symfony\Component\DependencyInjection\ContainerInterface
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}
doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}

보호된 메소드들

메소드 설명
getDefaultCommands ( )
getDefaultInputDefinition ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( Config $config )
$config Config

buildContainer() 공개 메소드

public buildContainer ( Symfony\Component\Console\Input\InputInterface $input ) : Symfony\Component\DependencyInjection\ContainerInterface
$input Symfony\Component\Console\Input\InputInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

doRun() 공개 메소드

{@inheritDoc}
public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

doRunCommand() 공개 메소드

{@inheritDoc}
public 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

getDefaultCommands() 보호된 메소드

protected getDefaultCommands ( )

getDefaultInputDefinition() 보호된 메소드

{@inheritDoc}

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected Config,CacheTool\Console $config
리턴 Config

$logger 보호되어 있는 프로퍼티

protected Logger,Monolog $logger
리턴 Monolog\Logger