示例#1
0
 public function moveAllThread(Wall $dest)
 {
     CommentsIndex::changeParent($this->getId(), $dest->getId());
     $wallHistory = new WallHistory($this->mCityId);
     $wallHistory->moveThreads($this->getId(), $dest->getId());
 }