Beispiel #1
0
 /**
  * New MIME types
  *
  * Append new MIME types to defined MIME types.
  *
  * @param array		$tab		New MIME types.
  */
 public static function registerMimeTypes($tab)
 {
     self::$mimeType = array_merge(self::$mimeType, $tab);
 }