Example #1
0
 function protectTags(&$str)
 {
     NNProtect::protectTags($str, $this->params->protected_tags);
 }
Example #2
0
 function protectTags(&$string)
 {
     NNProtect::protectTags($string, $this->src_params->protected_tags);
 }