registerNodeTypes() public method

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