@@ -194,6 +194,9 @@ |
||
194 | 194 | return "Root.".$code; |
195 | 195 | } |
196 | 196 | |
197 | + /** |
|
198 | + * @param string $title |
|
199 | + */ |
|
197 | 200 | protected function MyHeaderField($title) |
198 | 201 | { |
199 | 202 | $code = preg_replace("/[^a-zA-Z0-9\s]/", "", $title); |
@@ -273,7 +273,7 @@ |
||
273 | 273 | |
274 | 274 | /** |
275 | 275 | * |
276 | - * @return bool |
|
276 | + * @return string|false |
|
277 | 277 | */ |
278 | 278 | protected function callbackFilterFunctionForMultiSelect() |
279 | 279 | { |