Exemplo n.º 1
0
 /**
  * @return CArrayList|null
  */
 private static function getCacheQuestions()
 {
     if (is_null(self::$_cacheQuestions)) {
         self::$_cacheQuestions = new CArrayList();
     }
     return self::$_cacheQuestions;
 }