Exemplo n.º 1
0
 /**
  * Set a tmp path for next file added
  *
  * @return string new $tmpPath
  */
 public static function setTmpPath($tmpPath)
 {
     return self::$_tmpPath = $tmpPath;
 }