MediaWiki
REL1_34
CaptchaValue.php
Go to the documentation of this file.
1
<?php
2
6
class
CaptchaValue
{
11
protected
$id
;
12
17
protected
$solution
;
18
22
protected
$data
;
23
24
}
CaptchaValue
Simple value object for storing a captcha question + answer.
Definition
CaptchaValue.php:6
CaptchaValue\$data
mixed $data
Definition
CaptchaValue.php:22
CaptchaValue\$id
string $id
ID that is used to store the captcha in cache.
Definition
CaptchaValue.php:11
CaptchaValue\$solution
string $solution
Answer to the captcha.
Definition
CaptchaValue.php:17
extensions
ConfirmEdit
includes
CaptchaValue.php
Generated on Mon Nov 25 2024 16:04:35 for MediaWiki by
1.10.0