示例#1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('AttributeValue', $strComplexTypeArray)) {
         $strComplexTypeArray['AttributeValue'] = AttributeValue::GetSoapComplexTypeXml();
         Attribute::AlterSoapComplexTypeArray($strComplexTypeArray);
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         AttributeOption::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }