示例#1
0
 /**
  * Determines if the node has next sibling
  *
  * @param      PropelPDO $con Connection to use.
  * @return     bool
  */
 public function hasNextSibling(PropelPDO $con = null)
 {
     if (null === $this->hasNextSibling) {
         sfBreadNavPeer::hasNextSibling($this, $con);
     }
     return $this->hasNextSibling;
 }