Adventure Documentation

ForumController extends PageCommonController
in package

This controller describes the behavior of Forum categorys.

Use the controller to generate a collection of Forum categorys.

Tags
see
Forum

Main entity of collection

see
ForumAnswerController

Associated Answer to Forum categorys

see
ForumThreadController

Associated Thread to Forum categorys

Table of Contents

__construct()  : mixed
getDescription()  : mixed
getTranslation()  : mixed

Methods

__construct()

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

getDescription()

public getDescription(mixed $Id[, mixed $LanguageIso = null ]) : mixed
Parameters
$Id : mixed
$LanguageIso : mixed = null
Tags
Return values
mixed

getTranslation()

public getTranslation(mixed $Id, mixed $Title[, mixed $LanguageIso = null ][, mixed $Module = 'forum_cat' ]) : mixed
Parameters
$Id : mixed
$Title : mixed
$LanguageIso : mixed = null
$Module : mixed = 'forum_cat'
Tags
Return values
mixed

        

Search results