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