PHP 클래스 tad\WPBrowser\Console\Output\PyramidWordsOutput

상속: extends OutputDecorator, implements Symfony\Component\Console\Output\OutputInterface
파일 보기 프로젝트 열기: lucatume/wp-browser

공개 메소드들

메소드 설명
write ( string | array $messages, boolean $newline = false, integer $options ) Writes a message to the output.
writeln ( string | array $messages, integer $options ) Writes a message to the output and adds a newline at the end.

보호된 메소드들

메소드 설명
replaceWord ( $matches )
replaceWords ( $messages )

메소드 상세

replaceWord() 보호된 메소드

protected replaceWord ( $matches )

replaceWords() 보호된 메소드

protected replaceWords ( $messages )

write() 공개 메소드

Writes a message to the output.
public write ( string | array $messages, boolean $newline = false, integer $options )
$messages string | array The message as an array of lines or a single string
$newline boolean Whether to add a newline
$options integer A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL

writeln() 공개 메소드

Writes a message to the output and adds a newline at the end.
public writeln ( string | array $messages, integer $options )
$messages string | array The message as an array of lines of a single string
$options integer A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL