Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
get ($datas) | |
getDatas ($datas) | |
getJSONDatas ($datas) | |
cleanRestObject ($o) | |
getOne ($datas) | |
format ($arrayResponse) | |
Formats a response array. More... | |
getModel ($controllerName) | |
toJson ($data) | |
formatException ($e) | |
Static Public Member Functions | |
static | toXML ($data, &$xml_data) |
Definition at line 7 of file ResponseFormatter.php.
cleanRestObject | ( | $o | ) |
Definition at line 29 of file ResponseFormatter.php.
format | ( | $arrayResponse | ) |
Formats a response array.
array | $arrayResponse |
Definition at line 54 of file ResponseFormatter.php.
formatException | ( | $e | ) |
Definition at line 71 of file ResponseFormatter.php.
get | ( | $datas | ) |
getDatas | ( | $datas | ) |
Definition at line 18 of file ResponseFormatter.php.
getJSONDatas | ( | $datas | ) |
Definition at line 25 of file ResponseFormatter.php.
getModel | ( | $controllerName | ) |
Definition at line 58 of file ResponseFormatter.php.
getOne | ( | $datas | ) |
Definition at line 45 of file ResponseFormatter.php.
toJson | ( | $data | ) |
Definition at line 67 of file ResponseFormatter.php.
|
static |
Definition at line 75 of file ResponseFormatter.php.