CounterController
Table of Contents
Methods
-
getInstance()
: Base
-
getValue()
: array<string|int, mixed>
getInstance()
public
static getInstance([string $name = '' ][, int $entityId = 0 ][, int $userId = 0 ]) : Base
Parameters
-
$name
: string
= ''
-
-
$entityId
: int
= 0
-
-
$userId
: int
= 0
-
-
throws
-
UnknownCounterException
getValue()
public
static getValue([string $name = '' ][, int $entityId = 0 ][, int $userId = 0 ]) : array<string|int, mixed>
Parameters
-
$name
: string
= ''
-
-
$entityId
: int
= 0
-
-
$userId
: int
= 0
-
Return values
array<string|int, mixed>