Adventure Documentation

EmailTextController extends CollectionController
in package

This controller describes the behavior of Email posts.

Use the controller to generate a collection of Email entities.

Tags

Table of Contents

__construct()  : mixed
getBottom()  : string
Get the bottom description of the Email entity
getTop()  : string
Get the top description of the Email entity
getTranslation()  : string
Get translation data

Methods

__construct()

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

getBottom()

Get the bottom description of the Email entity

public getBottom(mixed $Id[, mixed $DeliveryId = null ][, mixed $Module = 'shop_mail' ][, mixed $LanguageIso = null ]) : string
Parameters
$Id : mixed
$DeliveryId : mixed = null
$Module : mixed = 'shop_mail'
$LanguageIso : mixed = null
Tags
Return values
string

getTop()

Get the top description of the Email entity

public getTop(mixed $Id[, mixed $DeliveryId = null ][, mixed $Module = 'shop_mail' ][, mixed $LanguageIso = null ]) : string
Parameters
$Id : mixed
$DeliveryId : mixed = null
$Module : mixed = 'shop_mail'
$LanguageIso : mixed = null
Tags
Return values
string

getTranslation()

Get translation data

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

        

Search results