Bitrix API

History

Table of Contents

Methods

deleteForCurrentUser()  : bool
getForPeriod()  : array<string|int, mixed>
getOnDate()  : array<string|int, mixed>
record()  : bool

Methods

deleteForCurrentUser()

public static deleteForCurrentUser(string $dateLog, string $desktopCode) : bool
Parameters
$dateLog : string
$desktopCode : string
Return values
bool

getForPeriod()

public static getForPeriod(int $userId, Date $dateStart, Date $dateFinish) : array<string|int, mixed>
Parameters
$userId : int
$dateStart : Date
$dateFinish : Date
Return values
array<string|int, mixed>

getOnDate()

public static getOnDate(int $userId, Date $date) : array<string|int, mixed>
Parameters
$userId : int
$date : Date
Return values
array<string|int, mixed>

record()

public static record(array<string|int, mixed> $queue) : bool
Parameters
$queue : array<string|int, mixed>
Return values
bool

        
On this page

Search results