コード例 #1
0
 /**
  * {@inheritDoc}
  * @see \ColdTrick\EntityTools\Migrate::changeContainer()
  */
 public function changeContainer($new_container_guid)
 {
     // do all the default stuff
     parent::changeContainer($new_container_guid);
     // move all subpages to the new container
     $this->moveSubpages($new_container_guid);
 }