@@ -98,12 +98,20 @@ |
||
98 | 98 | } |
99 | 99 | |
100 | 100 | /* text color: orange */ |
101 | + |
|
102 | + /** |
|
103 | + * @param string $text |
|
104 | + */ |
|
101 | 105 | protected function orangeText($text) |
102 | 106 | { |
103 | 107 | printf($this->ORANGE.$text.$this->NC); |
104 | 108 | } |
105 | 109 | |
106 | 110 | /* text color: green */ |
111 | + |
|
112 | + /** |
|
113 | + * @param string $text |
|
114 | + */ |
|
107 | 115 | protected function greenText($text) |
108 | 116 | { |
109 | 117 | printf($this->GRN.$text.$this->NC); |