示例#1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroSuggestion', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroSuggestion'] = NarroSuggestion::GetSoapComplexTypeXml();
         NarroUser::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroText::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroLanguage::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }