public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroSuggestionVote', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroSuggestionVote'] = NarroSuggestionVote::GetSoapComplexTypeXml();
         NarroSuggestion::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroContext::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroUser::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
Exemple #2
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroLog', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroLog'] = NarroLog::GetSoapComplexTypeXml();
         NarroLanguage::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroProject::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroUser::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }