Searched refs:amountOfUses (Results 1 – 3 of 3) sorted by relevance
59 $this->counterArray[$id] = $this->amountOfUses($id) + 1;69 public function amountOfUses(string $id) { function in helper_plugin_usecounter
34 - amountOfUses(string $id) - returns an integer value of the amount of uses.
177 … if ($usecounter_helper && $usecounter_helper->amountOfUses('odtsupport_'.$command) == 0) {