Example #1
0
 public function getMultipleId()
 {
     return $this->multipleId->get();
 }
Example #2
0
 public function getSeatNumber()
 {
     return $this->seatNumber->get();
 }
Example #3
0
 public function getLotId()
 {
     return $this->lot_id->get();
 }
Example #4
0
 public function getVisitorId()
 {
     return $this->visitor_id->get();
 }
Example #5
0
 public function getElectionId()
 {
     return $this->electionId->get();
 }
Example #6
0
 public function getWins()
 {
     return $this->wins->get();
 }
Example #7
0
 public function getSingleId()
 {
     return $this->singleId->get();
 }
Example #8
0
 public function getZip()
 {
     return $this->zip->get();
 }