コード例 #1
0
ファイル: Wall.class.php プロジェクト: Tjorriemorrie/app
 public function moveAllThread(Wall $dest)
 {
     CommentsIndex::changeParent($this->getId(), $dest->getId());
     $wallHistory = new WallHistory($this->mCityId);
     $wallHistory->moveThreads($this->getId(), $dest->getId());
 }