hashHTMLBlocks() public méthode

public hashHTMLBlocks ( $text )
Exemple #1
0
 function hashHTMLBlocks($text)
 {
     /*
     $text = preg_replace_callback
     (
     	'#^\@([a-z]+)(.*?)\1\@$#sm', array(&$this, '_doSourceCode'), $text
     );
     */
     return parent::hashHTMLBlocks($text);
 }