예제 #1
0
 protected function onAfterCopy($oid)
 {
     // Let's unpublish the new copied item
     $this->publish(null, -1);
     return parent::onAfterCopy($oid);
 }