示例#1
0
 /**
  * Determines if the node has children / descendants
  *
  * @return     bool
  */
 public function hasChildren()
 {
     return sfBreadNavPeer::hasChildren($this);
 }