|
| | getUser ($user_id='') |
| |
| | deleteUser ($user_id) |
| |
| | getInstitutes ($user_id) |
| |
| | __construct () |
| |
| | init ($router, $route, $request_body=null) |
| |
| | paginated ($data, $total, $uri_params=array(), $query_params=array()) |
| |
| | paginate ($uri_format, $total, $offset=null, $limit=null) |
| |
| | collect ($data) |
| |
| | status ($status) |
| |
| | headers ($headers=array()) |
| |
| | body ($body) |
| |
| | contentType ($mime_type, $params=array()) |
| |
| | error ($status, $body=null) |
| |
| | etag ($value, $strong_etag=true, $new_resource=null) |
| |
| | expires ($amount, $cache_control=array()) |
| |
| | cacheControl ($values) |
| |
| | halt () |
| |
| | lastModified ($time) |
| |
| | notFound ($body=null) |
| |
| | redirect ($url, $args=null) |
| |
| | sendFile ($_path, $opts=array()) |
| |
| | url ($addr, $url_params=null) |
| |
| | urlf ($addr_f, $format_params, $url_params=null) |
| |
◆ deleteUser()
deleteUser - deletes a user
@delete /user/:user_id
◆ getInstitutes()
| getInstitutes |
( |
|
$user_id | ) |
|
returns institutes for a given user
@get /user/:user_id/institutes
◆ getMiniUser()
| static getMiniUser |
( |
|
$routemap, |
|
|
|
$user |
|
) |
| |
|
static |
◆ getNamesOfUser()
| static getNamesOfUser |
( |
|
$user | ) |
|
|
static |
◆ getUser()
getUser - retrieves data of a user
@get /user/:user_id @get /user
The documentation for this class was generated from the following file: