示例#1
0
 /**
  * Sets node properties to make it a root node.
  *
  * @return     sfBreadNav The current object (for fluent API support)
  * @throws     PropelException
  */
 public function makeRoot()
 {
     sfBreadNavPeer::createRoot($this);
     return $this;
 }