Home
last modified time | relevance | path

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

/plugin/usecounter/
H A Dhelper.php12 protected $counterArray; variable in helper_plugin_usecounter
15 $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();