23 $this->data = array(
'count' => $a_count,
'qpl' => $a_qpl);
26 public function __get($property)
31 if ((strlen($this->data[$property]) == 0) || (!is_numeric($this->data[$property])))
return 0;
32 return $this->data[$property];
35 return $this->data[$property];
43 public function __set($property, $value)
49 $this->data[$property] = $value;
This class represents a random test input property in a property form.
__construct($a_count="", $a_qpl="")
Constructor.