ContactController
extends PageCommonController
in package
This controller describes the behavior of a Contact page.
Use the controller to generate a collection of a Contact page data.
Tags
Table of Contents
- __construct() : mixed
- getMeta() : string
- Get dynamic (meta) data for the contact page
- getTranslation() : string
- Get translation data
Methods
__construct()
public
__construct() :
mixed
Tags
Return values
mixed —getMeta()
Get dynamic (meta) data for the contact page
public
getMeta(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 = 'contact' ]) :
string
Parameters
- $Id : mixed
- $Title : mixed
- $LanguageIso : mixed = null
- $Module : mixed = 'contact'