예제 #1
0
 public function ConvertToBool()
 {
     $this->LocalHandicap = IntToBool($this->LocalHandicap);
     $this->ScgaTournament = IntToBool($this->ScgaTournament);
     $this->SendEmail = IntToBool($this->SendEmail);
     $this->RequirePayment = IntToBool($this->RequirePayment);
     $this->Eclectic = IntToBool($this->Eclectic);
     $this->Stableford = IntToBool($this->Stableford);
     $this->SCGAQualifier = IntToBool($this->SCGAQualifier);
     $this->SrClubChampionship = IntToBool($this->SrClubChampionship);
     $this->OnlineSignUp = IntToBool($this->OnlineSignUp);
     $this->MatchPlay = IntToBool($this->MatchPlay);
     $this->AllowNonMemberSignup = IntToBool($this->AllowNonMemberSignup);
     $this->AnnouncementOnly = IntToBool($this->AnnouncementOnly);
     $this->MemberGuest = IntToBool($this->MemberGuest);
 }
 public function ConvertToBool()
 {
     $this->IsEclectic = IntToBool($this->IsEclectic);
     $this->MatchPlay = IntToBool($this->MatchPlay);
 }