|
| move ($request_id) |
|
| editReplyComment ($request_id) |
|
| toggleMarkedFlag ($request_id) |
|
| __construct () |
|
| init ($router, $route) |
|
| paginated ($data, $total, $uri_params=[], $query_params=[]) |
|
| paginate ($uri_format, $total, $offset=null, $limit=null) |
|
| collect ($data) |
|
| status ($status) |
|
| headers ($headers=[]) |
|
| body ($body) |
|
| contentType ($mime_type, $params=[]) |
|
| error ($status, $body=null) |
|
| etag ($value, $strong_etag=true, $new_resource=null) |
|
| expires ($amount, $cache_control=[]) |
|
| cacheControl ($values) |
|
| halt () |
|
| lastModified ($time) |
|
| notFound ($body=null) |
|
| redirect ($url, $args=null) |
|
| sendFile ($_path, $opts=[]) |
|
| url ($addr, $url_params=null) |
|
| urlf ($addr_f, $format_params, $url_params=null) |
|
| getRoutes ($http_method=null) |
|
| getResponse () |
|
This file contains the REST class for resource requests from the room and resource management system.
- Author
- Moritz Strohm stroh.nosp@m.m@da.nosp@m.ta-qu.nosp@m.est..nosp@m.de
- Copyright
- 2017-2019 http://www.gnu.org/licenses/gpl-2.0.html GPL version 2
- Since
- 4.5
editReplyComment |
( |
|
$request_id | ) |
|
Changes the reply comment of a request.
- Postcondition
- /resources/request/:request_id/edit_reply_comment
Moves a resource request, if permitted.
- Postcondition
- /resources/request/:request_id/move
Helper method that either returns the specified data or simply an empty string in case that no request result is requested.
toggleMarkedFlag |
( |
|
$request_id | ) |
|
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: