22 public function __construct($text =
"", $picture =
"", $identifier =
"")
24 if (strlen($identifier) == 0) {
25 mt_srand((
double) microtime() * 1000000);
26 $identifier = mt_rand(1, 100000);
28 $this->arrData = array(
30 'picture' => $picture,
31 'identifier' => $identifier
43 if (strlen($this->arrData[$value])) {
44 return $this->arrData[$value];
50 return $this->arrData[$value];
61 public function __set($key, $value)
67 $this->arrData[$key] = $value;
Class for matching question terms.
__construct($text="", $picture="", $identifier="")
assAnswerMatchingTerm constructor
__get($value)
Object getter.
__set($key, $value)
Object setter.