MediaArchiveController
extends PageCommonController
in package
This controller describes the behavior of Media Archive entities.
Use the controller to generate a collection of Media Archive entities.
Tags
Table of Contents
- __construct() : mixed
- getDescription() : string
- Get the description of the Archive entity
- getItemDescription() : string
- Get the text of a file entity
- getItemTitle() : string
- Get the title of a file entity
- getTranslation() : string
- Get translation data
Methods
__construct()
public
__construct([mixed $parseUriParameters = false ]) :
mixed
Parameters
- $parseUriParameters : mixed = false
Tags
Return values
mixed —getDescription()
Get the description of the Archive entity
public
getDescription(mixed $Id[, mixed $LanguageIso = null ]) :
string
Parameters
- $Id : mixed
- $LanguageIso : mixed = null
Tags
Return values
string —getItemDescription()
Get the text of a file entity
public
getItemDescription(mixed $Id[, mixed $LanguageIso = null ]) :
string
Parameters
- $Id : mixed
- $LanguageIso : mixed = null
Tags
Return values
string —getItemTitle()
Get the title of a file entity
public
getItemTitle(mixed $Id[, mixed $LanguageIso = null ]) :
string
Parameters
- $Id : mixed
- $LanguageIso : mixed = null
Tags
Return values
string —getTranslation()
Get translation data
public
getTranslation(mixed $Id, mixed $Title[, mixed $LanguageIso = null ][, mixed $Module = 'gallery_cat' ]) :
string
Parameters
- $Id : mixed
- $Title : mixed
- $LanguageIso : mixed = null
- $Module : mixed = 'gallery_cat'