@@ -80,6 +80,10 @@ |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /* text color: orange */ |
| 83 | + |
|
| 84 | + /** |
|
| 85 | + * @param string $text |
|
| 86 | + */ |
|
| 83 | 87 | protected function orangeText($text) |
| 84 | 88 | { |
| 85 | 89 | printf($this->ORANGE.$text.$this->NC); |