Table of Contents
Methods
-
__construct()
: mixed
-
getById()
: array<string|int, mixed>|null
-
getCount()
: int
-
getList()
: CDBResult
__construct()
public
__construct(CDatabase $db, CUserTypeManager $userFieldManager) : mixed
Parameters
-
$db
: CDatabase
-
-
$userFieldManager
: CUserTypeManager
-
getById()
public
static getById(int $id[, array<string|int, mixed> $select = ['*'] ]) : array<string|int, mixed>|null
Parameters
-
$id
: int
-
-
$select
: array<string|int, mixed>
= ['*']
-
Return values
array<string|int, mixed>|null
getCount()
public
getCount([mixed $includeSubTemplates = false ][, array<string|int, mixed> $arParams = [] ]) : int
Parameters
-
$includeSubTemplates
: mixed
= false
-
-
$arParams
: array<string|int, mixed>
= []
-
getList()
public
getList([mixed $arOrder = [] ][, mixed $arFilter = [] ][, mixed $arSelect = [] ][, mixed $arParams = [] ][, mixed $arNavParams = [] ]) : CDBResult
Parameters
-
$arOrder
: mixed
= []
-
-
$arFilter
: mixed
= []
-
-
$arSelect
: mixed
= []
-
-
$arParams
: mixed
= []
-
-
$arNavParams
: mixed
= []
-