MediaWiki REL1_34
CaptchaValue.php
Go to the documentation of this file.
1<?php
2
11 protected $id;
12
17 protected $solution;
18
22 protected $data;
23
24}
Simple value object for storing a captcha question + answer.
string $id
ID that is used to store the captcha in cache.
string $solution
Answer to the captcha.