public function checkPrefix($prefix)
 {
     return parent::checkPrefix($prefix);
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function setNamespacePrefix($prefix, $uri)
 {
     $this->namespaceRegistry->checkPrefix($prefix);
     throw new NotImplementedException('TODO: implement session scope remapping of namespaces');
     //this will lead to rewrite all names and paths in requests and replies. part of this can be done in ObjectManager::normalizePath
 }