コード例 #1
0
 function unprotect(&$str)
 {
     NNProtect::unprotectForm($str, array('{' . $this->params->tag, '{/' . $this->params->tag));
 }
コード例 #2
0
 function unprotect(&$str)
 {
     NNProtect::unprotectForm($str, array('{' . $this->params->module_tag, '{' . $this->params->modulepos_tag, '{loadposition'));
 }
コード例 #3
0
ファイル: functions.php プロジェクト: sergy444/joomla
	static function unprotectForm(&$string, $tags = array(), $protected = array())
	{
		require_once __DIR__ . '/protect.php';
		NNProtect::unprotectForm($string, $tags, $protected);
	}
コード例 #4
0
ファイル: helper.php プロジェクト: interfaceslivres/ccmd-ufpb
 function unprotect(&$str)
 {
     NNProtect::unprotectForm($str, array($this->src_params->syntax_start, $this->src_params->syntax_start_0, $this->src_params->syntax_end));
 }