Table of Contents
Properties
-
$language
: mixed
-
$translation
: mixed
-
$config
: mixed
-
$pluginLoad
: mixed
-
$widgetLoad
: mixed
Methods
-
exec()
: mixed
-
getConfig()
: mixed
-
getLanguage()
: mixed
-
getPathTranslationFile()
: mixed
-
getPluginFromName()
: mixed
-
getTranslation()
: mixed
-
getWidgetPathTranslationFile()
: mixed
-
getWidgetTranslation()
: mixed
-
loadTranslation()
: mixed
-
sentence()
: mixed
-
setLanguage()
: mixed
$language
protected
static mixed
$language
= \null
$translation
protected
static mixed
$translation
= array()
$config
private
static mixed
$config
= \null
$pluginLoad
private
static mixed
$pluginLoad
= array()
private
static mixed
$widgetLoad
= array()
exec()
public
static exec(mixed $_content[, mixed $_name = '' ][, mixed $_backslash = false ]) : mixed
Parameters
-
$_content
: mixed
-
-
$_name
: mixed
= ''
-
-
$_backslash
: mixed
= false
-
getConfig()
public
static getConfig(mixed $_key[, mixed $_default = '' ]) : mixed
Parameters
-
$_key
: mixed
-
-
$_default
: mixed
= ''
-
getLanguage()
public
static getLanguage() : mixed
getPathTranslationFile()
public
static getPathTranslationFile(mixed $_language) : mixed
Parameters
-
$_language
: mixed
-
getPluginFromName()
public
static getPluginFromName(mixed $_name) : mixed
Parameters
-
$_name
: mixed
-
getTranslation()
public
static getTranslation(mixed $_plugin) : mixed
Parameters
-
$_plugin
: mixed
-
public
static getWidgetPathTranslationFile(mixed $_widgetName) : mixed
Parameters
-
$_widgetName
: mixed
-
public
static getWidgetTranslation(mixed $_widget) : mixed
Parameters
-
$_widget
: mixed
-
loadTranslation()
public
static loadTranslation([mixed $_plugin = null ]) : mixed
Parameters
-
$_plugin
: mixed
= null
-
sentence()
public
static sentence(mixed $_content, mixed $_name[, mixed $_backslash = false ]) : mixed
Parameters
-
$_content
: mixed
-
-
$_name
: mixed
-
-
$_backslash
: mixed
= false
-
setLanguage()
public
static setLanguage(mixed $_langage) : mixed
Parameters
-
$_langage
: mixed
-