Beispiel #1
0
 /**
  * Returns the question.
  */
 public function get_question()
 {
     if (!isset($this->question)) {
         $this->question = question::from_id($this->qaqid);
     }
     return $this->question;
 }