Files | |
file | english.php |
file | greek.php |
file | languages.php |
Enumerations | |
enum | PHPCAS_LANG_DEFAULT |
Functions | |
CASClient::getLang () | |
CASClient::getString ($str) | |
CASClient::setLang ($lang) | |
Variables | |
CASClient::$_lang | |
CASClient::$_strings |
|
phpCAS default language (when phpCAS::setLang() is not used) Definition at line 161 of file CAS.php. Referenced by CASClient::getLang(). |
|
This method returns the language used by phpCAS.
Definition at line 165 of file client.php. References PHPCAS_LANG_DEFAULT, and CASClient::setLang(). Referenced by CASClient::getString(). |
|
This method returns a string depending on the language.
Definition at line 192 of file client.php. References _strings, CASClient::getLang(), and CASClient::getString(). Referenced by CASClient::getString(). |
|
This method is used to set the language used by phpCAS.
Definition at line 212 of file client.php. References CASClient::setLang(). Referenced by CASClient::getLang(), and CASClient::setLang(). |
|
A string corresponding to the language used by phpCAS. Written by CASClient::setLang(), read by CASClient::getLang().
Definition at line 156 of file client.php. |
|
array containing the strings used by phpCAS. Written by CASClient::setLang(), read by CASClient::getString() and used by CASClient::setLang().
Definition at line 181 of file client.php. |