Exemplo n.º 1
0
 /**
 		Returns the array of file extensions that are to be ignored during a
 		directory scan.
 		\returns RTArray
 */
 public function excludeExtensions()
 {
     if (self::$_excludeExtensions == null) {
         self::$_excludeExtensions = Settings::sharedSettings()->objectForKey("exclude_extensions");
     }
     return self::$_excludeExtensions;
 }