EventController
extends PageCommonController
in package
This controller describes the behavior of Event entities.
Use the controller to generate a collection of Event entities.
Tags
Table of Contents
- DAY = 86400
- __construct() : mixed
- getDescription() : string
- Get the description of the Event entity
- getTranslation() : string
- Get translation data
Constants
DAY
public
mixed
DAY
= 86400
Tags
Methods
__construct()
public
__construct([mixed $parseUriParameters = false ]) :
mixed
Parameters
- $parseUriParameters : mixed = false
Tags
Return values
mixed —getDescription()
Get the description of the Event entity
public
getDescription(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 = 'calendar' ]) :
string
Parameters
- $Id : mixed
- $Title : mixed
- $LanguageIso : mixed = null
- $Module : mixed = 'calendar'