예제 #1
0
파일: File.php 프로젝트: laiello/wanderson
 /**
  * Configura o Caminho Temporário para Arquivos
  *
  * @param string $tempPath Valor para Configuração
  */
 public static function setTempPath($tempPath)
 {
     // Configuração
     self::$_tempPath = (string) $tempPath;
 }