Adventure Documentation

ForumThreadController extends CollectionController
in package

This controller describes the behavior of Forum threads.

Use the controller to generate a collection of ForumThread entities.

Tags
see
ForumThread

Main entity of collection

see
ForumController

Parent controller

see
ForumAnswerController

Associated Answer to Forum categorys

Table of Contents

__construct()  : mixed
updateReadCount()  : mixed

Methods

__construct()

public __construct([mixed $parseUriParameters = false ]) : mixed
Parameters
$parseUriParameters : mixed = false
Tags
Return values
mixed

updateReadCount()

public updateReadCount(mixed $Id[, mixed $Amount = 1 ]) : mixed
Parameters
$Id : mixed
$Amount : mixed = 1
Tags
Return values
mixed

        

Search results