Bitrix API

FieldValueRepository implements FieldValueRepository

Table of Contents

Interfaces

FieldValueRepository

Methods

add()  : FieldValue
getByFieldAndEmployee()  : FieldValue|null
getByFieldIdsAndEmployeeIds()  : FieldValueCollection
getByUnique()  : FieldValue|null
listExpiredIds()  : array<string|int, mixed>
removeByIds()  : void
update()  : FieldValue

Methods

getByFieldIdsAndEmployeeIds()

public getByFieldIdsAndEmployeeIds(array<string|int, mixed> $fieldIds, array<string|int, mixed> $employeeIds) : FieldValueCollection
Parameters
$fieldIds : array<string|int, mixed>
$employeeIds : array<string|int, mixed>
Return values
FieldValueCollection

listExpiredIds()

public listExpiredIds([int $limit = 100 ]) : array<string|int, mixed>
Parameters
$limit : int = 100
Return values
array<string|int, mixed>

removeByIds()

public removeByIds(array<string|int, mixed> $ids) : void
Parameters
$ids : array<string|int, mixed>

        
On this page

Search results