Esempio n. 1
0
 /**
  * Syntaxhighlight the code
  *
  * @param	 string	$text	 purifies (lightly) and then syntax highlights the text
  * @return	string	$text	 the syntax highlighted text
  */
 public function textsanitizer_syntaxhighlight(&$text)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::textsanitizer_syntaxhighlight', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::textsanitizer_syntaxhighlight($text);
 }