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