/**
  * Sets the filename prefix to use
  *
  * @param string $prefix Filename Prefix to use
  */
 public static function setPrefix($prefix)
 {
     self::$prefix = $prefix;
 }