Exemplo n.º 1
0
 /**
  * Set a base URI for the MemModel.
  * Affects creating of new resources and serialization syntax.
  * If the URI doesn't end with # : or /, then a # is added to the URI. 
  * @param	string	$uri
  * @access	public
  */
 function setBaseURI($uri)
 {
     $this->model->setBaseURI($uri);
 }