PHP 클래스 Altax\Console\Application

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

보호된 프로퍼티들

프로퍼티 타입 설명
$container Application container instance.

공개 메소드들

메소드 설명
__construct ( Container $container )
all ( $namespace = null )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) This cli application main process.
getContainer ( )
getLongVersion ( ) : [type] [getLongVersion description]
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) {@inheritDoc}

보호된 메소드들

메소드 설명
configureContainer ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Configure container to use cli application.
getDefaultHelperSet ( ) {@inheritDoc}
getDefaultInputDefinition ( )
loadConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Load configuration.
registerBaseModules ( ) Register Modules.
registerBuiltinCommands ( ) Register base commands
registerTasksAsConsoleCommands ( ) : [type] [registerTasksAsConsoleCommands description]

메소드 상세

__construct() 공개 메소드

public __construct ( Container $container )
$container Altax\Foundation\Container

all() 공개 메소드

public all ( $namespace = null )

configureContainer() 보호된 메소드

Configure container to use cli application.
protected configureContainer ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

doRun() 공개 메소드

This cli application main process.
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

getContainer() 공개 메소드

public getContainer ( )

getDefaultHelperSet() 보호된 메소드

{@inheritDoc}
protected getDefaultHelperSet ( )

getDefaultInputDefinition() 보호된 메소드

getLongVersion() 공개 메소드

[getLongVersion description]
public getLongVersion ( ) : [type]
리턴 [type]

loadConfiguration() 보호된 메소드

Load configuration.
protected loadConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

registerBaseModules() 보호된 메소드

Register Modules.
protected registerBaseModules ( )

registerBuiltinCommands() 보호된 메소드

Register base commands
protected registerBuiltinCommands ( )

registerTasksAsConsoleCommands() 보호된 메소드

[registerTasksAsConsoleCommands description]
protected registerTasksAsConsoleCommands ( ) : [type]
리턴 [type]

run() 공개 메소드

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

프로퍼티 상세

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

Application container instance.
protected $container