Dynamic
extends Broker
Table of Contents
Methods
-
__construct()
: mixed
-
deleteCache()
: void
-
getBunchByIds()
: array<string|int, Item>
-
getById()
: Item|null
-
resetAllCache()
: void
-
setCache()
: void
-
setEntityTypeId()
: Dynamic
-
updateCache()
: void
__construct()
public
__construct() : mixed
deleteCache()
public
final deleteCache(mixed $value) : void
Parameters
-
$value
: mixed
-
-
override
-
getBunchByIds()
public
getBunchByIds(array<string|int, mixed> $ids) : array<string|int, Item>
Parameters
-
$ids
: array<string|int, mixed>
-
Return values
array<string|int, Item>
getById()
public
getById(int $id) : Item|null
Parameters
-
$id
: int
-
resetAllCache()
public
final resetAllCache() : void
-
override
-
setCache()
public
final setCache(mixed $fields) : void
Parameters
-
$fields
: mixed
-
-
override
-
setEntityTypeId()
public
final setEntityTypeId(int $entityTypeId) : Dynamic
Parameters
-
$entityTypeId
: int
-
updateCache()
public
final updateCache(mixed $fields) : void
Parameters
-
$fields
: mixed
-
-
override
-