Adventure Documentation

UserCategoryController extends CollectionController
in package

This controller describes the behavior of User Categorys.

Use the controller to generate a collection of User Categorys.

Tags
see
UserGroup

Main entity of collection

Table of Contents

__construct()  : mixed
getTranslation()  : string
Get translation data
getTree()  : string
Get the tree of User categorys

Methods

__construct()

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

getTranslation()

Get translation data

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

getTree()

Get the tree of User categorys

public getTree(mixed $Id) : string
Parameters
$Id : mixed
Tags
Return values
string

        

Search results