Activity extends Broker
FinalYes
Table of Contents
Methods
- __construct() : mixed
- deleteCache() : void
- getBunchByIds() : array<string|int, array<string|int, mixed>>
- getById() : array<string|int, mixed>|null
- getOwner() : ItemIdentifier|null
- resetAllCache() : void
- setCache() : void
- updateCache() : void
Methods
__construct()
public
__construct() : mixed
deleteCache()
public
deleteCache(mixed $value) : void
Parameters
- $value : mixed
getBunchByIds()
public
getBunchByIds(array<string|int, mixed> $ids) : array<string|int, array<string|int, mixed>>
Parameters
- $ids : array<string|int, mixed>
Return values
array<string|int, array<string|int, mixed>>getById()
public
getById(int $id) : array<string|int, mixed>|null
Parameters
- $id : int
Return values
array<string|int, mixed>|nullgetOwner()
public
getOwner(int $id) : ItemIdentifier|null
Parameters
- $id : int
Return values
ItemIdentifier|nullresetAllCache()
public
resetAllCache() : void
setCache()
public
setCache(mixed $fields) : void
Parameters
- $fields : mixed
updateCache()
public
updateCache(mixed $fields) : void
Parameters
- $fields : mixed