This method is used to set the language used by phpCAS.
- Parameters
-
string | $lang | string representing the language. |
- Returns
- void
- See also
- PHPCAS_LANG_FRENCH, PHPCAS_LANG_ENGLISH
- Note
- Can be called only once.
Definition at line 689 of file CAS.php.
690 {
692
693 try {
694 self::$_PHPCAS_CLIENT->setLang(
$lang);
695 } catch (Exception $e) {
697 }
698 }
static _validateClientExists()
Checks if a client already exists.
static error($msg)
This method is used by interface methods to print an error and where the function was originally call...
for($i=1; $i<=count($kw_cases_sel); $i+=1) $lang
References $lang, phpCAS\_validateClientExists(), and phpCAS\error().