Ejemplo n.º 1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('OtherContactInfo', $strComplexTypeArray)) {
         $strComplexTypeArray['OtherContactInfo'] = OtherContactInfo::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         OtherContactMethod::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }