示例#1
0
 /**
  * Gets the total number of descendants for the node
  *
  * @param      PropelPDO Connection to use.
  * @return     int
  */
 public function getNumberOfDescendants(PropelPDO $con = null)
 {
     return sfBreadNavPeer::getNumberOfDescendants($this, $con);
 }