ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
To add a new language: More...
Namespaces | |
PhpCAS | |
Functions | |
CAS_Client::setLang ($lang) | |
This method is used to set the language used by phpCAS. More... | |
CAS_Client::getLangObj () | |
Create the language. More... | |
Variables | |
CAS_Client::$_lang = PHPCAS_LANG_DEFAULT | |
A string corresponding to the language used by phpCAS. More... | |
const | PHPCAS_LANG_DEFAULT PHPCAS_LANG_ENGLISH |
phpCAS default language (when phpCAS::setLang() is not used) More... | |
To add a new language:
CAS_Client::getLangObj | ( | ) |
Create the language.
Definition at line 226 of file Client.php.
References CAS_Client\$_lang.
Referenced by CAS_Client\_authError(), CAS_Client\logout(), CAS_Client\printHTMLFooter(), CAS_Client\redirectToCas(), CAS_Client\serviceMail(), and CAS_Client\serviceWeb().
CAS_Client::setLang | ( | $lang | ) |
This method is used to set the language used by phpCAS.
string | $lang | representing the language. |
Definition at line 204 of file Client.php.
References $lang, phpCAS\traceBegin(), and phpCAS\traceEnd().
|
private |
A string corresponding to the language used by phpCAS.
Written by CAS_Client::setLang(), read by CAS_Client::getLang().
Definition at line 195 of file Client.php.
Referenced by CAS_Client\getLangObj().
const PHPCAS_LANG_DEFAULT PHPCAS_LANG_ENGLISH |
phpCAS default language (when phpCAS::setLang() is not used)