MediaWiki
1.30.0
|
Public Member Functions | |
clear ( $index) | |
Delete a result once the captcha has been used, so it cannot be reused. More... | |
clearAll () | |
cookiesNeeded () | |
Whether this type of CaptchaStore needs cookies. More... | |
retrieve ( $index) | |
Retrieve the answer for a given captcha. More... | |
store ( $index, $info) | |
Store the correct answer for a given captcha. More... | |
Protected Attributes | |
$data = [] | |
Additional Inherited Members | |
Static Public Member Functions inherited from CaptchaStore | |
static | get () |
Get somewhere to store captcha data that will persist between requests. More... | |
static | unsetInstanceForTests () |
Protected Member Functions inherited from CaptchaStore | |
__construct () | |
Protected constructor: no creating instances except through the factory method above. More... | |
Definition at line 122 of file CaptchaStore.php.
CaptchaHashStore::clear | ( | $index | ) |
Delete a result once the captcha has been used, so it cannot be reused.
$index |
Reimplemented from CaptchaStore.
Definition at line 136 of file CaptchaStore.php.
References data.
CaptchaHashStore::clearAll | ( | ) |
Definition at line 144 of file CaptchaStore.php.
References data.
CaptchaHashStore::cookiesNeeded | ( | ) |
Whether this type of CaptchaStore needs cookies.
Reimplemented from CaptchaStore.
Definition at line 140 of file CaptchaStore.php.
CaptchaHashStore::retrieve | ( | $index | ) |
Retrieve the answer for a given captcha.
$index | String |
Reimplemented from CaptchaStore.
Definition at line 129 of file CaptchaStore.php.
References data.
CaptchaHashStore::store | ( | $index, | |
$info | |||
) |
Store the correct answer for a given captcha.
$index | String |
$info | String the captcha result |
Reimplemented from CaptchaStore.
Definition at line 125 of file CaptchaStore.php.
References data.
|
protected |
Definition at line 123 of file CaptchaStore.php.