Example #1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('StewardshipFund', $strComplexTypeArray)) {
         $strComplexTypeArray['StewardshipFund'] = StewardshipFund::GetSoapComplexTypeXml();
         Ministry::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }