Ejemplo n.º 1
0
 function perform(&$edit)
 {
     $old_event = $this->event;
     $this->event = new Event();
     parent::perform($edit);
     $this->event->copy_survey_from($old_event);
     return true;
 }
Ejemplo n.º 2
0
 function process()
 {
     $this->event = new Event();
     return parent::process();
 }