Esempio n. 1
0
 public function getActive()
 {
     return $this->active->get();
 }
Esempio n. 2
0
 public function getLotteryStarted()
 {
     return $this->lottery_started->get();
 }
Esempio n. 3
0
 public function getEmailed()
 {
     return $this->emailed->get();
 }
Esempio n. 4
0
 public function getEligible()
 {
     return $this->eligible->get();
 }