Exemplo n.º 1
0
 /**
  * @return question_finder a question finder.
  */
 public static function get_instance() {
     if (is_null(self::$questionfinder)) {
         self::$questionfinder = new question_finder();
     }
     return self::$questionfinder;
 }