예제 #1
0
 /**
  * Syntaxhighlight the code using PHP highlight
  *
  * @param	 string	$text	 Text to highlight
  * @return	string	$buffer   the highlighted text
  */
 public function textsanitizer_php_highlight($text)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::textsanitizer_php_highlight', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::textsanitizer_php_highlight($text);
 }