예제 #1
0
 public function codePreConv($text, $xcode = 1)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::codePreConv', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::codePreConv($text, $xcode);
 }