MediaWiki  1.29.2
CaptchaValue Class Reference

Simple value object for storing a captcha question + answer. More...

Collaboration diagram for CaptchaValue:

Protected Attributes

mixed $data
 
string $id
 ID that is used to store the captcha in cache. More...
 
string $solution
 Answer to the captcha. More...
 

Detailed Description

Simple value object for storing a captcha question + answer.

Definition at line 6 of file CaptchaValue.php.

Member Data Documentation

◆ $data

mixed CaptchaValue::$data
protected

Definition at line 22 of file CaptchaValue.php.

◆ $id

string CaptchaValue::$id
protected

ID that is used to store the captcha in cache.

Definition at line 11 of file CaptchaValue.php.

◆ $solution

string CaptchaValue::$solution
protected

Answer to the captcha.

Definition at line 17 of file CaptchaValue.php.


The documentation for this class was generated from the following file: