CounterService
FinalYes
Table of Contents
Methods
- clear() : void
- get() : int
- getPullEventName() : string
- set() : bool
Methods
clear()
public
clear(CounterType $counterType, int $userId) : void
Parameters
- $counterType : CounterType
- $userId : int
get()
public
get(CounterType $counterType, int $userId) : int
Parameters
- $counterType : CounterType
- $userId : int
Return values
intgetPullEventName()
public
getPullEventName(CounterType $counterType) : string
Parameters
- $counterType : CounterType
Return values
stringset()
public
set(CounterType $counterType, int $value, int $userId) : bool
Parameters
- $counterType : CounterType
- $value : int
- $userId : int