Beispiel #1
0
 /**
  * copy data from templates structure table
  * @param  int  $targetId
  * @return void
  */
 protected function copyCustomDataTo($targetId)
 {
     DM\TemplatesStructure::copy($this->id, $targetId, $this->detectParentTemplate($this->data['pid']));
 }