コード例 #1
0
ファイル: Candidate.php プロジェクト: AppStateESS/election
 public function getActive()
 {
     return $this->active->get();
 }
コード例 #2
0
ファイル: Game.php プロジェクト: AppStateESS/tailgate
 public function setLotteryStarted($started)
 {
     $this->lottery_started->set($started);
 }
コード例 #3
0
ファイル: Lottery.php プロジェクト: AppStateESS/tailgate
 public function setEmailed($emailed)
 {
     $this->emailed->set($emailed);
 }
コード例 #4
0
ファイル: Student.php プロジェクト: AppStateESS/tailgate
 public function setEligible($eligible)
 {
     $this->eligible->set($eligible);
 }