示例#1
0
 /**
  * Returns true if node is the root node of the tree.
  *
  * @return     bool
  */
 public function isRoot()
 {
     return sfBreadNavPeer::isRoot($this);
 }