PrintTextController
extends CollectionController
in package
This controller describes the behavior of Print posts.
Use the controller to generate a collection of Print entities.
Tags
Table of Contents
- __construct() : mixed
- getBottom() : string
- Get the bottom description of the Print entity
- getTop() : string
- Get the top description of the Print 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 Print entity
public
getBottom(mixed $Id[, mixed $DeliveryId = null ][, mixed $LanguageIso = null ][, bool $forPDF = false ]) :
string
Parameters
- $Id : mixed
- $DeliveryId : mixed = null
- $LanguageIso : mixed = null
- $forPDF : bool = false
Tags
Return values
string —getTop()
Get the top description of the Print entity
public
getTop(mixed $Id[, mixed $DeliveryId = null ][, mixed $LanguageIso = null ][, bool $forPDF = false ]) :
string
Parameters
- $Id : mixed
- $DeliveryId : mixed = null
- $LanguageIso : mixed = null
- $forPDF : bool = false
Tags
Return values
string —getTranslation()
Get translation data
public
getTranslation(mixed $Id, mixed $Title[, mixed $LanguageIso = null ][, mixed $Module = 'shop_print' ]) :
string
Parameters
- $Id : mixed
- $Title : mixed
- $LanguageIso : mixed = null
- $Module : mixed = 'shop_print'