Exemplo n.º 1
0
 /**
  * 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;
 }