예제 #1
0
 /**
  * @return CArrayList|null
  */
 private static function getCachePersonDiploms()
 {
     if (is_null(self::$_cachePersonDiploms)) {
         self::$_cachePersonDiploms = new CArrayList();
     }
     return self::$_cachePersonDiploms;
 }