コード例 #1
0
 public function checkPrefix($prefix)
 {
     return parent::checkPrefix($prefix);
 }
コード例 #2
0
ファイル: Session.php プロジェクト: frogriotcom/jackalope
 /**
  * {@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
 }