Searched refs:counterArray (Results 1 – 1 of 1) sorted by relevance
12 protected $counterArray; variable in helper_plugin_usecounter15 $this->counterArray = array();59 $this->counterArray[$id] = $this->amountOfUses($id) + 1;70 if (!array_key_exists($id, $this->counterArray)) {71 $this->counterArray[$id] = 0;74 return $this->counterArray[$id];82 $this->counterArray = array();