
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 16 of file TextOutput.class.php.
| TextOutput::write | ( | $ | text | ) |
| TextOutput::writeLine | ( | $ | text | ) |
| TextOutput::newLine | ( | ) |
| TextOutput::setMode | ( | $ | attribute = ConsoleMode::ATTR_RESET_ALL, |
|
| $ | foreground = ConsoleMode::FG_WHITE, |
|||
| $ | background = ConsoleMode::BG_BLACK | |||
| ) |
Reimplemented in ColoredTextOutput.
Definition at line 51 of file TextOutput.class.php.
| TextOutput::resetAll | ( | ) |
Reimplemented in ColoredTextOutput.
Definition at line 65 of file TextOutput.class.php.
1.5.4