PHP 클래스 Webmozart\Console\Adapter\ApplicationAdapter

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Webmozart\Console\Api\Application\Application $application ) Creates the application.
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
find ( $name )
getAdaptedApplication ( ) : Webmozart\Console\Api\Application\Application

보호된 메소드들

메소드 설명
getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
getDefaultCommands ( )
getDefaultHelperSet ( )
getDefaultInputDefinition ( )

메소드 상세

__construct() 공개 메소드

Creates the application.
public __construct ( Webmozart\Console\Api\Application\Application $application )
$application Webmozart\Console\Api\Application\Application

doRun() 공개 메소드

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

find() 공개 메소드

public find ( $name )

getAdaptedApplication() 공개 메소드

public getAdaptedApplication ( ) : Webmozart\Console\Api\Application\Application
리턴 Webmozart\Console\Api\Application\Application

getCommandName() 보호된 메소드

protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

getDefaultCommands() 보호된 메소드

protected getDefaultCommands ( )

getDefaultHelperSet() 보호된 메소드

protected getDefaultHelperSet ( )

getDefaultInputDefinition() 보호된 메소드