Esempio n. 1
0
 public static function core_type_keys() {
   if (!self::$core_type_keys) {
     self::$core_type_keys = MPU::file_list( MPU::core_type_dir() );
   }
   
   return self::$core_type_keys;
 }