|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Captcha util. More...
Collaboration diagram for ilCaptchaUtil:Static Public Member Functions | |
| static | checkFreetype () |
| Check whether captcha support is active. More... | |
| static | __callStatic ($name, array $arguments=array()) |
Data Fields | |
| const | CONTEXT_FORUM = 'frm' |
| const | CONTEXT_LOGIN = 'auth' |
| const | CONTEXT_REGISTRATION = 'reg' |
| const | CONTEXT_WIKI = 'wiki' |
Static Protected Attributes | |
| static | $context_map |
Static Private Member Functions | |
| static | getSupportedContexts () |
|
static |
| string | $name | |
| array | $arguments |
| BadMethodCallException |
Definition at line 44 of file class.ilCaptchaUtil.php.
References checkFreetype(), and getSupportedContexts().
Here is the call graph for this function:
|
static |
Check whether captcha support is active.
Definition at line 27 of file class.ilCaptchaUtil.php.
References ilLoggerFactory\getLogger().
Referenced by __callStatic(), ilObjForumAdministrationGUI\getSettingsForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilObjWikiSettingsGUI\initForm(), and ilRegistrationSettingsGUI\initForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 93 of file class.ilCaptchaUtil.php.
References $context_map, and $r.
Referenced by __callStatic().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 21 of file class.ilCaptchaUtil.php.
Referenced by getSupportedContexts().
| const ilCaptchaUtil::CONTEXT_FORUM = 'frm' |
Definition at line 13 of file class.ilCaptchaUtil.php.
| const ilCaptchaUtil::CONTEXT_LOGIN = 'auth' |
Definition at line 14 of file class.ilCaptchaUtil.php.
| const ilCaptchaUtil::CONTEXT_REGISTRATION = 'reg' |
Definition at line 15 of file class.ilCaptchaUtil.php.
| const ilCaptchaUtil::CONTEXT_WIKI = 'wiki' |
Definition at line 16 of file class.ilCaptchaUtil.php.