Ejemplo n.º 1
0
 /**
  * Map a portion of a URI to a short prefix for use when serialising the graph
  * @param string $prefix the namespace prefix to associate with the URI
  * @param string $uri the URI to associate with the prefix
  */
 public function set_namespace_mapping($prefix, $uri)
 {
     $this->_labeller->set_namespace_mapping($prefix, $uri);
 }