Liste de tous les membres
Fonctions membres publiques
Attributs publics
Documentation des constructeurs et destructeur
JAJAXLang::__construct |
( |
$ |
lang = null | ) |
|
Constructor activating the default information of the language
protected
Références $lang, et load().
Documentation des fonctions membres
JAJAXLang::_ |
( |
$ |
string, |
|
|
$ |
jsSafe = false |
|
) |
| |
Translator function, mimics the php gettext (alias _) function
public
- Paramètres:
-
string | $string | The string to translate |
boolean | $jsSafe | Make the result javascript safe |
- Renvoie:
- string The translation of the string
JAJAXLang::_load |
( |
$ |
filename | ) |
|
Loads a language file and returns the parsed values
private
- Paramètres:
-
string | The name of the file |
- Renvoie:
- mixed Array of parsed values if successful, boolean False if failed
Références $content, et $filename.
Référencé par load().
JAJAXLang::getLanguagePath |
( |
$ |
basePath = JPATH_BASE , |
|
|
$ |
language = null |
|
) |
| |
Get the path to a language
public
- Paramètres:
-
string | $basePath | The basepath to use |
string | $language | The language tag |
- Renvoie:
- string language related path or null
Référencé par load().
JAJAXLang::hasKey |
( |
$ |
key | ) |
|
Determines is a key exists
public
- Paramètres:
-
- Renvoie:
- boolean True, if the key exists
JAJAXLang::load |
( |
$ |
prefix = '' , |
|
|
$ |
basePath = JPATH_BASE |
|
) |
| |
Loads a single language file and appends the results to the existing strings
public
- Paramètres:
-
string | $prefix | The prefix |
string | $basePath | The basepath to use $return boolean True, if the file has successfully loaded. |
Références $filename, $path, _load(), et getLanguagePath().
Référencé par __construct().
JAJAXLang::setDebug |
( |
$ |
debug | ) |
|
Set the Debug property
public
Références $debug.
Documentation des données membres
JAJAXLang::$_debug = false |
JAJAXLang::$_identifyer = null |
JAJAXLang::$_strings = null |
La documentation de cette classe a été générée à partir du fichier suivant :