dbConn =& $dbConnection; $this->modelURI = $modelURI; $this->modelID = $modelID; $this->baseURI = $this->_checkBaseURI($baseURI); $this->graphName = $graphName; } /** * Sets the graph name. * * @param string * @access public */ function setGraphName($graphName) { $this->graphName=$graphName; } /** * Returns the graph name. * * @return string * @access public */ function getGraphName() { return $this->graphName; } } ?>