Example #1
0
 /**
  * Tell this item that it has been modified.
  * Used when deleting a node to tell the parent node about modification.
  */
 public function setModified()
 {
     parent::setModified();
     $this->getParent()->setModified();
 }