|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
To add a new language: More...
Collaboration diagram for Internationalization:Namespaces | |
| namespace | 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 | |
| const | PHPCAS_LANG_DEFAULT PHPCAS_LANG_ENGLISH |
| phpCAS default language (when phpCAS::setLang() is not used) More... | |
| CAS_Client::$_lang = PHPCAS_LANG_DEFAULT | |
| A string corresponding to the language used by phpCAS. More... | |
To add a new language:
| CAS_Client::getLangObj | ( | ) |
Create the language.
Definition at line 222 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().
Here is the caller graph for this function:| CAS_Client::setLang | ( | $lang | ) |
This method is used to set the language used by phpCAS.
| string | $lang | representing the language. |
Definition at line 201 of file Client.php.
References $lang, phpCAS\traceBegin(), and phpCAS\traceEnd().
Here is the call graph for this function:
|
private |
A string corresponding to the language used by phpCAS.
Written by CAS_Client::setLang(), read by CAS_Client::getLang().
Definition at line 192 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)