unregisterNamespace() public method

{@inheritDoc}
public unregisterNamespace ( $prefix )
コード例 #1
0
ファイル: LoggingClient.php プロジェクト: nikophil/cmf-tests
 /**
  * {@inheritDoc}
  */
 public function unregisterNamespace($prefix)
 {
     return $this->transport->unregisterNamespace($prefix);
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public function unregisterNamespace($prefix)
 {
     parent::unregisterNamespace($prefix);
     $this->caches['meta']->save('namespaces', $this->namespaces);
 }