PHP 클래스 Matthias\SymfonyConsoleForm\Tests\Helper\ApplicationTester

파일 보기 프로젝트 열기: matthiasnoback/symfony-console-form 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Application $application )
getDisplay ( $normalize = false ) : string
getInput ( ) : Symfony\Component\Console\Input\InputInterface
getOutput ( ) : Symfony\Component\Console\Output\StreamOutput
getStatusCode ( ) : integer
putToInputStream ( string $input )
run ( $input, array $options = [] )

비공개 메소드들

메소드 설명
disableStty ( )
getInputStream ( ) : resource
setInputStream ( $inputStream )

메소드 상세

__construct() 공개 메소드

public __construct ( Application $application )
$application Symfony\Bundle\FrameworkBundle\Console\Application

getDisplay() 공개 메소드

public getDisplay ( $normalize = false ) : string
리턴 string

getInput() 공개 메소드

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
리턴 Symfony\Component\Console\Input\InputInterface

getOutput() 공개 메소드

public getOutput ( ) : Symfony\Component\Console\Output\StreamOutput
리턴 Symfony\Component\Console\Output\StreamOutput

getStatusCode() 공개 메소드

public getStatusCode ( ) : integer
리턴 integer

putToInputStream() 공개 메소드

public putToInputStream ( string $input )
$input string

run() 공개 메소드

public run ( $input, array $options = [] )
$options array