MediaWiki
1.30.0
|
Simple value object for storing a captcha question + answer. More...
Protected Attributes | |
mixed | $data |
string | $id |
ID that is used to store the captcha in cache. More... | |
string | $solution |
Answer to the captcha. More... | |
Simple value object for storing a captcha question + answer.
Definition at line 6 of file CaptchaValue.php.
|
protected |
Definition at line 22 of file CaptchaValue.php.
|
protected |
ID that is used to store the captcha in cache.
Definition at line 11 of file CaptchaValue.php.
|
protected |
Answer to the captcha.
Definition at line 17 of file CaptchaValue.php.