Public Member Functions | |
write ($text) | |
writeLine ($text) | |
newLine () | |
setMode ($attribute=ConsoleMode::ATTR_RESET_ALL, $foreground=ConsoleMode::FG_WHITE, $background=ConsoleMode::BG_BLACK) | |
resetAll () |
Definition at line 15 of file TextOutput.class.php.
TextOutput::newLine | ( | ) |
Definition at line 40 of file TextOutput.class.php.
TextOutput::resetAll | ( | ) |
Reimplemented in ColoredTextOutput.
Definition at line 64 of file TextOutput.class.php.
TextOutput::setMode | ( | $ | attribute = ConsoleMode::ATTR_RESET_ALL , |
|
$ | foreground = ConsoleMode::FG_WHITE , |
|||
$ | background = ConsoleMode::BG_BLACK | |||
) |
Reimplemented in ColoredTextOutput.
Definition at line 50 of file TextOutput.class.php.
TextOutput::write | ( | $ | text | ) |
Definition at line 20 of file TextOutput.class.php.
TextOutput::writeLine | ( | $ | text | ) |
Definition at line 30 of file TextOutput.class.php.