MediaWiki REL1_33
|
Public Member Functions | |
clear ( $index) | |
Delete a result once the captcha has been used, so it cannot be reused. | |
cookiesNeeded () | |
Whether this type of CaptchaStore needs cookies. | |
retrieve ( $index) | |
Retrieve the answer for a given captcha. | |
store ( $index, $info) | |
Store the correct answer for a given captcha. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CaptchaStore | |
static | get () |
Get somewhere to store captcha data that will persist between requests. | |
static | unsetInstanceForTests () |
Protected Member Functions inherited from CaptchaStore | |
__construct () | |
Protected constructor: no creating instances except through the factory method above. | |
Definition at line 3 of file CaptchaCacheStore.php.
CaptchaCacheStore::clear | ( | $index | ) |
Delete a result once the captcha has been used, so it cannot be reused.
string | $index |
Reimplemented from CaptchaStore.
Definition at line 23 of file CaptchaCacheStore.php.
References wfMemcKey().
CaptchaCacheStore::cookiesNeeded | ( | ) |
Whether this type of CaptchaStore needs cookies.
Reimplemented from CaptchaStore.
Definition at line 27 of file CaptchaCacheStore.php.
CaptchaCacheStore::retrieve | ( | $index | ) |
Retrieve the answer for a given captcha.
string | $index |
Reimplemented from CaptchaStore.
Definition at line 14 of file CaptchaCacheStore.php.
References wfMemcKey().
CaptchaCacheStore::store | ( | $index, | |
$info ) |
Store the correct answer for a given captcha.
string | $index | |
string | $info | the captcha result |
Reimplemented from CaptchaStore.
Definition at line 4 of file CaptchaCacheStore.php.
References and(), and wfMemcKey().