API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JAJAXLang

Graphe d'héritage de JAJAXLang:
Graphe de collaboration de JAJAXLang:

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().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JAJAXLang::_ ( string,
jsSafe = false 
)

Translator function, mimics the php gettext (alias _) function

public

Paramètres:
string$stringThe string to translate
boolean$jsSafeMake 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:
stringThe 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().

Voici le graphe d'appel pour cette fonction :

JAJAXLang::getLanguagePath ( basePath = JPATH_BASE,
language = null 
)

Get the path to a language

public

Paramètres:
string$basePathThe basepath to use
string$languageThe language tag
Renvoie:
string language related path or null

Référencé par load().

Voici le graphe d'appel pour cette fonction :

JAJAXLang::hasKey ( key)

Determines is a key exists

public

Paramètres:
key$keyThe key to check
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$prefixThe prefix
string$basePathThe 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().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JAJAXLang::setDebug ( debug)

Set the Debug property

public

Références $debug.


Documentation des données membres

JAJAXLang::$_debug = false
JAJAXLang::$_identifyer = null
JAJAXLang::$_lang = null
JAJAXLang::$_strings = null

La documentation de cette classe a été générée à partir du fichier suivant :