コード例 #1
0
ファイル: Survey.class.php プロジェクト: Tjorriemorrie/app
 /**
  * Load the surveys questions from the database.
  * 
  * @since 0.1
  */
 public function loadQuestionsFromDB()
 {
     $this->questions = SurveyQuestion::getQuestionsForSurvey($this->getId());
 }