public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('DleTags', $strComplexTypeArray)) {
         $strComplexTypeArray['DleTags'] = DleTags::GetSoapComplexTypeXml();
         DlePost::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }