|
| | move ($request_id=null) |
| |
| | editReplyComment ($request_id=null) |
| |
| | toggleMarkedFlag ($request_id=null) |
| |
| | __construct () |
| |
| | init ($router, $route) |
| |
| | 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) |
| |
| | getRoutes ($http_method=null) |
| |
◆ editReplyComment()
| editReplyComment |
( |
|
$request_id = null | ) |
|
Changes the reply comment of a request.
- Postcondition
- /resources/request/:request_id/edit_reply_comment
◆ move()
| move |
( |
|
$request_id = null | ) |
|
Moves a resource request, if permitted.
- Postcondition
- /resources/request/:request_id/move
◆ sendReturnData()
Helper method that either returns the specified data or simply an empty string in case that no request result is requested.
◆ toggleMarkedFlag()
| toggleMarkedFlag |
( |
|
$request_id = null | ) |
|
Changes the reply comment of a request.
- Postcondition
- /resources/request/:request_id/toggle_marked
The documentation for this class was generated from the following file: