unregisterNamespace() public method

{@inheritDoc}
public unregisterNamespace ( $prefix )
Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function unregisterNamespace($prefix)
 {
     return $this->transport->unregisterNamespace($prefix);
 }
 /**
  * {@inheritDoc}
  */
 public function unregisterNamespace($prefix)
 {
     parent::unregisterNamespace($prefix);
     $this->caches['meta']->save('namespaces', $this->namespaces);
 }