Exemplo n.º 1
0
 /**
  * Load the surveys questions from the database.
  * 
  * @since 0.1
  */
 public function loadQuestionsFromDB()
 {
     $this->questions = SurveyQuestion::getQuestionsForSurvey($this->getId());
 }