Stud.IP
5.4
|
Public Member Functions | |
__construct () | |
getSemesters () | |
getSemesterWeek (int $timestamp) | |
getSemester ($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 () | |
Additional Inherited Members | |
![]() | |
extractConditions ($docblock, $conditions=[]) | |
![]() | |
$router | |
$route | |
$data = null | |
$response | |
$pagination = false | |
$offset | |
$limit | |
semester_id ^[0-9a-f]{1,32}$
__construct | ( | ) |
getSemester | ( | $id | ) |
Returns a single semester.
/semester/:semester_id
getSemesters | ( | ) |
Returns a list of all semesters.
/semesters
getSemesterWeek | ( | int | $timestamp | ) |
Returns the semester week as string for a given string
/semester/:timestamp/week