Beispiel #1
0
 /**
  * Test if element has same DataContainer as root
  *
  * @param Node $node
  *
  * @return bool
  */
 public function hasSameDataContainer(Node $node)
 {
     return $this->getDataContainer() == $node->getDataContainer();
 }