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