Exemple #1
0
 function add($node, $key = null)
 {
     $node->setParent($this->_node);
     parent::add($node, $key);
 }