/**
  * Set the path where autoload files are saved
  *
  * @param String $path path where autoload files will be saved
  */
 public static function setSaveFile($pathToFile)
 {
     self::$_saveFile = $pathToFile;
 }