registerNodeTypes() public method

{@inheritDoc}
public registerNodeTypes ( $types, $allowUpdate )
Example #1
0
 /**
  * {@inheritDoc}
  */
 public function registerNodeTypes($types, $allowUpdate)
 {
     return $this->transport->registerNodeTypes($types, $allowUpdate);
 }
 /**
  * {@inheritDoc}
  */
 public function registerNodeTypes($types, $allowUpdate)
 {
     parent::registerNodeTypes($types, $allowUpdate);
     if (!$this->inTransaction) {
         $this->caches['meta']->delete('node_types');
     }
 }