Example #1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('SignupPayment', $strComplexTypeArray)) {
         $strComplexTypeArray['SignupPayment'] = SignupPayment::GetSoapComplexTypeXml();
         SignupEntry::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
         CreditCardPayment::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('StewardshipContributionAmount', $strComplexTypeArray)) {
         $strComplexTypeArray['StewardshipContributionAmount'] = StewardshipContributionAmount::GetSoapComplexTypeXml();
         StewardshipContribution::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
Example #3
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('SignupForm', $strComplexTypeArray)) {
         $strComplexTypeArray['SignupForm'] = SignupForm::GetSoapComplexTypeXml();
         Ministry::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
Example #4
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('StewardshipPledge', $strComplexTypeArray)) {
         $strComplexTypeArray['StewardshipPledge'] = StewardshipPledge::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('RecurringDonationItems', $strComplexTypeArray)) {
         $strComplexTypeArray['RecurringDonationItems'] = RecurringDonationItems::GetSoapComplexTypeXml();
         RecurringDonation::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('OnlineDonationLineItem', $strComplexTypeArray)) {
         $strComplexTypeArray['OnlineDonationLineItem'] = OnlineDonationLineItem::GetSoapComplexTypeXml();
         OnlineDonation::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }