Пример #1
0
 public function getActive()
 {
     return $this->active->get();
 }
Пример #2
0
 public function getLotteryStarted()
 {
     return $this->lottery_started->get();
 }
Пример #3
0
 public function getEmailed()
 {
     return $this->emailed->get();
 }
Пример #4
0
 public function getEligible()
 {
     return $this->eligible->get();
 }