Method | Description | |
---|---|---|
__construct ( |
Creates a new composite output. | |
getFormatter ( ) | ||
getIO ( ) : |
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 ) |
Method | Description | |
---|---|---|
doWrite ( $message, $type ) | ||
doWriteLine ( $message, $type ) |
public __construct ( |
||
$io | The I/O. |
public getIO ( ) : |
||
return | The standard output. |
public setFormatter ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter ) | ||
$formatter | Symfony\Component\Console\Formatter\OutputFormatterInterface |