Пример #1
0
 /**
  * Converts text to xcode
  *
  * @param	 string	$text	 Text to convert
  * @param	 int	   $xcode	Is the code Xcode?
  * @param	 int	   $image	configuration for the purifier
  * @return	string	$text	 the converted text
  */
 public function codeConv($text, $xcode = 1, $image = 1)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::codeConv', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::codeConv($text, $xcode, $image);
 }