pm_View_Helper_Lmsg
extends Zend_View_Helper_Abstract
in package
implements
Zend_View_Helper_Interface
Helper for translating messages
Tags
Interfaces, Classes and Traits
- Zend_View_Helper_Interface
Table of Contents
- getSection() : array<string|int, mixed>
- Get section of messages by key according to current locale
- lmsg() : string
- Translate message by key according to current locale
Methods
getSection()
Get section of messages by key according to current locale
public
getSection(string $key) : array<string|int, mixed>
Parameters
- $key : string
Tags
Return values
array<string|int, mixed> —lmsg()
Translate message by key according to current locale
public
lmsg(string $key[, array<string|int, mixed> $params = [] ]) : string
Parameters
- $key : string
- $params : array<string|int, mixed> = []