示例#1
0
 public function removeSubForum($subForum)
 {
     $this->subForum->remove($subForum);
     $subForum->setForum(null);
 }