コード例 #1
0
ファイル: SignupPaymentGen.class.php プロジェクト: alcf/chms
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('SignupPayment', $strComplexTypeArray)) {
         $strComplexTypeArray['SignupPayment'] = SignupPayment::GetSoapComplexTypeXml();
         SignupEntry::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
         CreditCardPayment::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
コード例 #2
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('StewardshipContributionAmount', $strComplexTypeArray)) {
         $strComplexTypeArray['StewardshipContributionAmount'] = StewardshipContributionAmount::GetSoapComplexTypeXml();
         StewardshipContribution::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
コード例 #3
0
ファイル: SignupFormGen.class.php プロジェクト: alcf/chms
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('SignupForm', $strComplexTypeArray)) {
         $strComplexTypeArray['SignupForm'] = SignupForm::GetSoapComplexTypeXml();
         Ministry::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
コード例 #4
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('StewardshipPledge', $strComplexTypeArray)) {
         $strComplexTypeArray['StewardshipPledge'] = StewardshipPledge::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
コード例 #5
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('RecurringDonationItems', $strComplexTypeArray)) {
         $strComplexTypeArray['RecurringDonationItems'] = RecurringDonationItems::GetSoapComplexTypeXml();
         RecurringDonation::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
コード例 #6
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('OnlineDonationLineItem', $strComplexTypeArray)) {
         $strComplexTypeArray['OnlineDonationLineItem'] = OnlineDonationLineItem::GetSoapComplexTypeXml();
         OnlineDonation::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }