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