示例#1
0
 /**
  * Returns branch...
  *
  * @return RM_User_Group
  */
 public function getBranch()
 {
     return $this->_mapper->getGroupList('descendent_id')->filter('ancestor_id = ? AND level > 0', $this->id());
 }