PHP 클래스 GrumPHP\IO\ConsoleIO

상속: implements GrumPHP\IO\IOInterface
파일 보기 프로젝트 열기: phpro/grumphp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) ConsoleIO constructor.
isDebug ( ) {@inheritDoc}
isDecorated ( ) {@inheritDoc}
isInteractive ( ) {@inheritDoc}
isVerbose ( ) {@inheritDoc}
isVeryVerbose ( ) {@inheritDoc}
readCommandInput ( resource $handle ) : string
write ( $messages, $newline = true ) {@inheritDoc}
writeError ( $messages, $newline = true ) {@inheritDoc}

비공개 메소드들

메소드 설명
doWrite ( array $messages, boolean $newline, boolean $stderr )

메소드 상세

__construct() 공개 메소드

ConsoleIO constructor.
public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

isDebug() 공개 메소드

{@inheritDoc}
public isDebug ( )

isDecorated() 공개 메소드

{@inheritDoc}
public isDecorated ( )

isInteractive() 공개 메소드

{@inheritDoc}
public isInteractive ( )

isVerbose() 공개 메소드

{@inheritDoc}
public isVerbose ( )

isVeryVerbose() 공개 메소드

{@inheritDoc}
public isVeryVerbose ( )

readCommandInput() 공개 메소드

public readCommandInput ( resource $handle ) : string
$handle resource
리턴 string

write() 공개 메소드

{@inheritDoc}
public write ( $messages, $newline = true )

writeError() 공개 메소드

{@inheritDoc}
public writeError ( $messages, $newline = true )