コード例 #1
0
ファイル: reply.php プロジェクト: unikent/moodle-mod_qa
 /**
  * Returns the question.
  */
 public function get_question()
 {
     if (!isset($this->question)) {
         $this->question = question::from_id($this->qaqid);
     }
     return $this->question;
 }