public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroSuggestionVote', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroSuggestionVote'] = NarroSuggestionVote::GetSoapComplexTypeXml();
         NarroSuggestion::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroContext::AlterSoapComplexTypeArray($strComplexTypeArray);
         NarroUser::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('NarroContextComment', $strComplexTypeArray)) {
         $strComplexTypeArray['NarroContextComment'] = NarroContextComment::GetSoapComplexTypeXml();
         NarroContext::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }