|
| __construct () |
| Protected constructor: no creating instances except through the factory method above. More...
|
|
Definition at line 5 of file CaptchaStore.php.
◆ __construct()
CaptchaStore::__construct |
( |
| ) |
|
|
protected |
◆ clear()
CaptchaStore::clear |
( |
|
$index | ) |
|
|
abstract |
◆ cookiesNeeded()
CaptchaStore::cookiesNeeded |
( |
| ) |
|
|
abstract |
◆ get()
static CaptchaStore::get |
( |
| ) |
|
|
staticfinal |
Get somewhere to store captcha data that will persist between requests.
- Exceptions
-
- Returns
- CaptchaStore
Definition at line 44 of file CaptchaStore.php.
References $instance, and global.
Referenced by SimpleCaptcha\clearCaptcha(), SimpleCaptcha\retrieveCaptcha(), CaptchaAuthenticationRequestTest\setUp(), CaptchaPreAuthenticationProviderTest\setUp(), QuestyCaptcha\showHelp(), SimpleCaptcha\showHelp(), SimpleCaptcha\storeCaptcha(), CaptchaPreAuthenticationProviderTest\testPingLimiter(), CaptchaPreAuthenticationProviderTest\testTestForAccountCreation(), and CaptchaPreAuthenticationProviderTest\testTestForAuthentication().
◆ retrieve()
CaptchaStore::retrieve |
( |
|
$index | ) |
|
|
abstract |
◆ store()
CaptchaStore::store |
( |
|
$index, |
|
|
|
$info |
|
) |
| |
|
abstract |
◆ unsetInstanceForTests()
static CaptchaStore::unsetInstanceForTests |
( |
| ) |
|
|
staticfinal |
◆ $instance
The documentation for this class was generated from the following file: