Adventure Documentation

PageCategoryController extends CollectionController
in package

This controller describes the behavior of Page category entities (folders).

Use the controller to generate a collection of PageCategory entities.

Tags
see
PageCategory

Main entity of collection

see
PageController

Associated controller of PageCategory -> Page

Table of Contents

VISIBILITY_ALL_TEXT  = 'Synlig'
VISIBILITY_GROUP_GUEST_TEXT  = 'guest'
VISIBILITY_NONE_TEXT  = 'Skjult'
__construct()  : mixed
getTranslation()  : string
Get translation data

Constants

VISIBILITY_ALL_TEXT

public mixed VISIBILITY_ALL_TEXT = 'Synlig'
Tags

VISIBILITY_GROUP_GUEST_TEXT

public mixed VISIBILITY_GROUP_GUEST_TEXT = 'guest'
Tags

VISIBILITY_NONE_TEXT

public mixed VISIBILITY_NONE_TEXT = 'Skjult'
Tags

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 = 'folder' ]) : string
Parameters
$Id : mixed
$Title : mixed
$LanguageIso : mixed = null
$Module : mixed = 'folder'
Tags
Return values
string

        

Search results