Searched refs:includeTags (Results 1 – 1 of 1) sorted by relevance
44 var $includeTags = Array(); variable in syntax_plugin_dir1265 if(count($this->includeTags) > 0) {1266 $intersection = array_intersect($tags, $this->includeTags);1267 if(count($intersection) != count($this->includeTags)) {