Table of Contents
Methods
-
__construct()
: mixed
-
current()
: mixed
-
getClearedDate()
: int
-
getLoader()
: Loader
-
getRawCounters()
: array<string|int, mixed>
-
getSize()
: int
-
getValue()
: int
-
init()
: void
-
isCounted()
: bool
-
key()
: mixed
-
next()
: void
-
resetCache()
: void
-
rewind()
: void
-
updateState()
: void
-
valid()
: bool
__construct()
public
__construct(int $userId, Loader $loader) : mixed
Parameters
-
$userId
: int
-
-
$loader
: Loader
-
current()
public
current() : mixed
getClearedDate()
public
getClearedDate() : int
getLoader()
public
getLoader() : Loader
getRawCounters()
public
getRawCounters([string $meta = CounterDictionary::META_PROP_ALL ]) : array<string|int, mixed>
Parameters
-
$meta
: string
= CounterDictionary::META_PROP_ALL
-
Return values
array<string|int, mixed>
getSize()
public
getSize() : int
getValue()
public
getValue(string $name[, int|null $groupId = null ]) : int
Parameters
-
$name
: string
-
-
$groupId
: int|null
= null
-
init()
public
init() : void
isCounted()
public
isCounted() : bool
key()
public
key() : mixed
next()
public
next() : void
resetCache()
public
resetCache() : void
rewind()
public
rewind() : void
updateState()
public
updateState(array<string|int, mixed> $rawCounters[, array<string|int, mixed> $types = [] ][, array<string|int, mixed> $taskIds = [] ]) : void
Parameters
-
$rawCounters
: array<string|int, mixed>
-
-
$types
: array<string|int, mixed>
= []
-
-
$taskIds
: array<string|int, mixed>
= []
-
valid()
public
valid() : bool