Range
Table of Contents
Methods
-
getFrom()
: int|null
-
getTo()
: int|null
-
getWeekdays()
: array<string|int, mixed>|null
-
setFrom()
: self
-
setTo()
: self
-
setWeekdays()
: self
getFrom()
public
getFrom() : int|null
getTo()
public
getTo() : 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
-
setTo()
public
setTo(int $to) : self
Parameters
-
$to
: int
-
setWeekdays()
public
setWeekdays(array<string|int, mixed> $weekdays) : self
Parameters
-
$weekdays
: array<string|int, mixed>
-