Example #1
0
 public function startLottery()
 {
     parent::startLottery($this->activityType);
 }
Example #2
0
 public function cheat()
 {
     parent::cheat($this->activityType);
     $this->display();
 }