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