|
ILIAS
release_4-3 Revision
|
Collaboration diagram for Internationalization:Functions | |
| phpCAS::setLang ($lang) | |
| This method is used to set the language used by phpCAS. | |
Variables | |
| const | PHPCAS_LANG_ENGLISH = 'english' |
| const | PHPCAS_LANG_FRENCH = 'french' |
| const | PHPCAS_LANG_GREEK = 'greek' |
| const | PHPCAS_LANG_GERMAN = 'german' |
| const | PHPCAS_LANG_JAPANESE = 'japanese' |
| const | PHPCAS_LANG_SPANISH = 'spanish' |
| const | PHPCAS_LANG_CATALAN = 'catalan' |
| const | PHPCAS_LANG_ENGLISH = 'english' |
| const | PHPCAS_LANG_FRENCH = 'french' |
| const | PHPCAS_LANG_GREEK = 'greek' |
| phpCAS::setLang | ( | $lang | ) |
This method is used to set the language used by phpCAS.
| $lang | a string representing the language. |
Definition at line 644 of file CAS.php.
References $lang, $PHPCAS_CLIENT, and phpCAS\error().
Here is the call graph for this function: