Beispiel #1
0
 /**
  * Is the current node the direct parent of the supplied node?
  *
  * @access public
  * @param Sprig_MPTT $target Target
  * @return bool
  */
 public function is_parent(Sprig_MPTT $target)
 {
     return $target->is_child($this);
 }