Bitrix API

BookingRepositoryInterface

Table of Contents

Methods

getById()  : Booking|null
getByIdForManager()  : Booking|null
getIntersectionsList()  : BookingCollection
getList()  : BookingCollection
getQuery()  : Query
remove()  : void
save()  : int

Methods

getList()

public getList([int|null $limit = null ][, int|null $offset = null ][, FilterInterface|null $filter = null ][, array<string|int, mixed>|null $sort = null ][, array<string|int, mixed>|null $select = null ][, int|null $userId = null ]) : BookingCollection
Parameters
$limit : int|null = null
$offset : int|null = null
$filter : FilterInterface|null = null
$sort : array<string|int, mixed>|null = null
$select : array<string|int, mixed>|null = null
$userId : int|null = null
Return values
BookingCollection

        
On this page

Search results