Example #1
0
 function protect(&$str)
 {
     NNFrameworkFunctions::protectForm($str, array('{' . $this->params->module_tag, '{' . $this->params->modulepos_tag, '{loadposition'));
 }
Example #2
0
 function protect(&$str)
 {
     NNFrameworkFunctions::protectForm($str, array($this->src_params->syntax_start, $this->src_params->syntax_start_0, $this->src_params->syntax_end));
 }