38 $this->data = array(
'count' => $a_count,
'qpl' => $a_qpl);
41 public function __get($property)
45 if ((strlen($this->data[$property]) == 0) || (!is_numeric($this->data[$property]))) {
48 return $this->data[$property];
51 return $this->data[$property];
59 public function __set($property, $value)
64 $this->data[$property] = $value;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_count="", $a_qpl="")
Constructor.