Bitrix API

Range

Table of Contents

Methods

getFrom()  : int|null
getTo()  : int|null
getWeekdays()  : array<string|int, mixed>|null
setFrom()  : self
setTo()  : self
setWeekdays()  : self

Methods

getFrom()

public getFrom() : int|null
Return values
int|null

getTo()

public getTo() : int|null
Return values
int|null

getWeekdays()

public getWeekdays() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setFrom()

public setFrom(int $from) : self
Parameters
$from : int
Return values
self

setTo()

public setTo(int $to) : self
Parameters
$to : int
Return values
self

setWeekdays()

public setWeekdays(array<string|int, mixed> $weekdays) : self
Parameters
$weekdays : array<string|int, mixed>
Return values
self

        
On this page

Search results