@@ -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); |
@@ -78,6 +78,10 @@ |
||
| 78 | 78 | echo"\n\n"; |
| 79 | 79 | } |
| 80 | 80 | /* text color: orange */ |
| 81 | + |
|
| 82 | + /** |
|
| 83 | + * @param string $text |
|
| 84 | + */ |
|
| 81 | 85 | protected function orangeText($text) |
| 82 | 86 | { |
| 83 | 87 | printf($this->ORANGE.$text.$this->NC); |
@@ -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); |