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