示例#1
0
 /**
  * Get the path to the node in the tree
  *
  * @param      PropelPDO Connection to use.
  * @return     array
  */
 public function getPath(PropelPDO $con = null)
 {
     return sfBreadNavPeer::getPath($this, $con);
 }