Пример #1
0
 public static function getAll()
 {
     // Issue query to get all questions with vanilla flag on.
     $results = QuestionModel::getAll();
     // Parse and return data from query and make array of questions with data.
     return self::parseRawData($results);
 }