Exemplo n.º 1
0
 /**
  * Sets the data directory that is used to store files
  *
  * @param string path to use
  */
 public static function setDataPath($path)
 {
     self::$dataDir = $path;
 }