registerNamespace() public method

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