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 709 of file CAS.php.
710 {
712
713 try {
714 self::$_PHPCAS_CLIENT->setLang(
$lang);
715 } catch (Exception $e) {
717 }
718 }
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().