@@ -90,6 +90,10 @@ |
||
90 | 90 | echo"\n\n"; |
91 | 91 | } |
92 | 92 | /* text color: orange */ |
93 | + |
|
94 | + /** |
|
95 | + * @param string $text |
|
96 | + */ |
|
93 | 97 | protected function orangeText($text) |
94 | 98 | { |
95 | 99 | printf($this->ORANGE.$text.$this->NC); |