23 $this->data = array(
'count' => $a_count,
'qpl' => $a_qpl);
26 public function __get($property)
30 if ((strlen($this->data[$property]) == 0) || (!is_numeric($this->data[$property]))) {
33 return $this->data[$property];
36 return $this->data[$property];
44 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.