PHP 클래스 Webmozart\Console\Adapter\IOOutput

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

공개 메소드들

메소드 설명
__construct ( IO $io ) Creates a new composite output.
getFormatter ( )
getIO ( ) : IO Returns the standard output.
getVerbosity ( )
isDebug ( )
isDecorated ( )
isQuiet ( )
isVerbose ( )
isVeryVerbose ( )
setDecorated ( $decorated )
setFormatter ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter )
setVerbosity ( $level )
write ( $messages, $newline = false, $type = self::OUTPUT_NORMAL )
writeln ( $messages, $type = self::OUTPUT_NORMAL )

비공개 메소드들

메소드 설명
doWrite ( $message, $type )
doWriteLine ( $message, $type )

메소드 상세

__construct() 공개 메소드

Creates a new composite output.
public __construct ( IO $io )
$io Webmozart\Console\Api\IO\IO The I/O.

getFormatter() 공개 메소드

public getFormatter ( )

getIO() 공개 메소드

Returns the standard output.
public getIO ( ) : IO
리턴 Webmozart\Console\Api\IO\IO The standard output.

getVerbosity() 공개 메소드

public getVerbosity ( )

isDebug() 공개 메소드

public isDebug ( )

isDecorated() 공개 메소드

public isDecorated ( )

isQuiet() 공개 메소드

public isQuiet ( )

isVerbose() 공개 메소드

public isVerbose ( )

isVeryVerbose() 공개 메소드

public isVeryVerbose ( )

setDecorated() 공개 메소드

public setDecorated ( $decorated )

setFormatter() 공개 메소드

public setFormatter ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter )
$formatter Symfony\Component\Console\Formatter\OutputFormatterInterface

setVerbosity() 공개 메소드

public setVerbosity ( $level )

write() 공개 메소드

public write ( $messages, $newline = false, $type = self::OUTPUT_NORMAL )

writeln() 공개 메소드

public writeln ( $messages, $type = self::OUTPUT_NORMAL )