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