コード例 #1
0
ファイル: copy.php プロジェクト: roboshed/leaguerunner
 function perform(&$edit)
 {
     $old_event = $this->event;
     $this->event = new Event();
     parent::perform($edit);
     $this->event->copy_survey_from($old_event);
     return true;
 }
コード例 #2
0
ファイル: create.php プロジェクト: h07r0d/leaguerunner
 function process()
 {
     $this->event = new Event();
     return parent::process();
 }