Пример #1
0
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function getNamespaceURI($prefix)
 {
     //TODO: once setNamespacePrefix is implemented, must take session remaps into account
     return $this->namespaceRegistry->getURI($prefix);
 }