%PDF- %PDF-
| Direktori : /www/varak.net/wiki.varak.net/extensions/ConfirmEdit/includes/ |
| Current File : //www/varak.net/wiki.varak.net/extensions/ConfirmEdit/includes/CaptchaValue.php |
<?php
/**
* Simple value object for storing a captcha question + answer.
*/
class CaptchaValue {
/**
* ID that is used to store the captcha in cache.
* @var string
*/
protected $id;
/**
* Answer to the captcha.
* @var string
*/
protected $solution;
/**
* @var mixed
*/
protected $data;
}