Stud.IP  5.4
Forum Class Reference
Inheritance diagram for Forum:
RouteMap

Public Member Functions

 getForumCategories ($course_id)
 
 createForumCategory ($course_id)
 
 getForumCategory ($category_id)
 
 updateForumCategory ($category_id)
 
 deleteForumCategory ($category_id)
 
 getCategoryEntries ($category_id)
 
 appendForumEntry ($category_id)
 
 getForumEntry ($entry_id)
 
 addForumEntry ($parent_id)
 
 updateForumEntry ($entry_id)
 
 deleteForumEntry ($entry_id)
 
 convertEntry ($raw)
 
- Public Member Functions inherited from RouteMap
 __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

- Protected Member Functions inherited from RouteMap
 extractConditions ($docblock, $conditions=[])
 
- Protected Attributes inherited from RouteMap
 $router
 
 $route
 
 $data = null
 
 $response
 
 $pagination = false
 
 $offset
 
 $limit
 

Detailed Description

Author
mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e GPL 2 or later

course_id ^[a-f0-9]{1,32}$

Member Function Documentation

◆ addForumEntry()

addForumEntry (   $parent_id)

Add a new forum entry to an existing one

Postcondition
/forum_entry/:entry_id

◆ appendForumEntry()

appendForumEntry (   $category_id)

Add a new forum entry to an existing one

Postcondition
/forum_category/:category_id/areas

◆ convertEntry()

convertEntry (   $raw)

◆ createForumCategory()

createForumCategory (   $course_id)

Create a new category

Postcondition
/course/:course_id/forum_categories

◆ deleteForumCategory()

deleteForumCategory (   $category_id)

Delete a category

/forum_category/:category_id

◆ deleteForumEntry()

deleteForumEntry (   $entry_id)

Delete an entry

/forum_entry/:entry_id

◆ getCategoryEntries()

getCategoryEntries (   $category_id)

Show entries of a category

/forum_category/:category_id/areas

◆ getForumCategories()

getForumCategories (   $course_id)

List all categories of a forum

/course/:course_id/forum_categories

◆ getForumCategory()

getForumCategory (   $category_id)

Read a category

/forum_category/:category_id

◆ getForumEntry()

getForumEntry (   $entry_id)

Get a forum entry

/forum_entry/:entry_id

◆ updateForumCategory()

updateForumCategory (   $category_id)

Update a category

/forum_category/:category_id

◆ updateForumEntry()

updateForumEntry (   $entry_id)

Update an existing one forum entry

/forum_entry/:entry_id


The documentation for this class was generated from the following file: