@@ -69,6 +69,10 @@ |
||
69 | 69 | echo"\n\n"; |
70 | 70 | } |
71 | 71 | /* text color: orange */ |
72 | + |
|
73 | + /** |
|
74 | + * @param string $text |
|
75 | + */ |
|
72 | 76 | protected function orangeText($text) |
73 | 77 | { |
74 | 78 | printf($this->ORANGE.$text.$this->NC); |