/**
* @var int
*/
- private $_job_id;
+ protected $_job_id;
/**
* @var int
*/
- private $_queue_id;
+ protected $_queue_id;
/**
* @var string
*/
- private $_hash;
+ protected $_hash;
/**
* @var string
*/
- private $_email;
+ protected $_email;
public function preProcess() {
$this->_job_id = $job_id = CRM_Utils_Request::retrieve('jid', 'Integer', $this);
/**
* @var int
*/
- private $_job_id;
+ protected $_job_id;
/**
* @var int
*/
- private $_queue_id;
+ protected $_queue_id;
/**
* @var string
*/
- private $_hash;
+ protected $_hash;
/**
* @var string
*/
- private $_email;
+ protected $_email;
public function preProcess() {
$this->_job_id = $job_id = CRM_Utils_Request::retrieve('jid', 'Integer', $this);