@@ -207,6 +207,7 @@ discard block |
||
207 | 207 | |
208 | 208 | /** |
209 | 209 | * @param $object: JSON object |
210 | + * @param \SimpleXMLElement $object |
|
210 | 211 | */ |
211 | 212 | public static function object2array($object) |
212 | 213 | { |
@@ -304,6 +305,7 @@ discard block |
||
304 | 305 | * Returns an array of the object properties |
305 | 306 | * @param $object: An object. |
306 | 307 | * @param $exclude: array of the object parameters to be excluded from the returned array. |
308 | + * @param string[] $exclude |
|
307 | 309 | */ |
308 | 310 | public static function getObjectProperties($object, $exclude) |
309 | 311 | { |
@@ -324,6 +326,7 @@ discard block |
||
324 | 326 | * Returns url path generated from the array of the fields and parameters. |
325 | 327 | * @param $allFields; array of the paossible fields (parameter names). |
326 | 328 | * @param $params: input parameters (array or object). |
329 | + * @param string[] $allFields |
|
327 | 330 | */ |
328 | 331 | public static function generateUrlPath($allFields, $params) |
329 | 332 | { |