url =& $conf[url]; $this->titulo =& $title; $_dbServer =& $GLOBALS["_dbServer"]; } /** * * * @return String * @access public */ function getUrl( ) { return $this->url; } function setUrl( $newUrl ) { $this->url = $newUrl; } function getTitulo( ) { return $this->titulo; } function setTitulo( $newTitulo ) { $this->titulo = $newTitulo; } function getDirSistema() { return dirname(dirname(__FILE__))."/"; } function getDir() { return $this->getDirSistema(); } function getCanalUsaDirCompleto() { return $this->canalUsaDirCompleto; } function getCodCol(){ return $this->codCol; } } ?>