Home
last modified time | relevance | path

Searched refs:formCounter (Results 1 – 1 of 1) sorted by relevance

/plugin/tagfilter/syntax/
H A Dfilter.php20 protected $formCounter = []; variable in syntax_plugin_tagfilter_filter
25 if (array_key_exists($ID, $this->formCounter)) {
26 return $this->formCounter[$ID]++;
28 $this->formCounter[$ID] = 1;
36 if (array_key_exists($ID, $this->formCounter)) {
37 return $this->formCounter[$ID];