Public Member Functions | |
init () | |
render () | |
Public Attributes | |
$aLanguages = null | |
Protected Attributes | |
$_blIsComponent = true |
Shop language manager. Performs language manager function: changes template settings, modifies URL's. oxcmp
Definition at line 8 of file oxcmp_lang.php.
oxcmp_lang.init | ( | ) |
Searches for language passed by URL, session or posted vars. If current client is search engine - sets language to session (this way active language is allways kept). Additionally language changing URLs is formed and stored to oxcmp_lang.aLanguages array. Finally executes parent method parent.init().
Reimplemented from oxView.
Definition at line 32 of file oxcmp_lang.php.
oxcmp_lang.render | ( | ) |
Executes parent.render() and returns array with languages.
Reimplemented from oxView.
Definition at line 64 of file oxcmp_lang.php.
oxcmp_lang.$_blIsComponent = true [protected] |
Reimplemented from oxView.
Definition at line 20 of file oxcmp_lang.php.
oxcmp_lang.$aLanguages = null |
Definition at line 14 of file oxcmp_lang.php.