Translator
in package
Table of Contents
Properties
- $translations : mixed
Methods
- getHeaderTranslationKey() : string
- Finds the header translation key for the column passed in. If no key is found then false is returned.
- translate() : mixed
Properties
$translations
private
mixed
$translations
= array()
Methods
getHeaderTranslationKey()
Finds the header translation key for the column passed in. If no key is found then false is returned.
public
getHeaderTranslationKey(mixed $column) : string
Parameters
- $column : mixed
Return values
string —(or false if no match is found)
translate()
public
translate(mixed $key, mixed $sLanguageCode) : mixed
Parameters
- $key : mixed
- $sLanguageCode : mixed