FirstOccurrenceRequest
Table of Contents
Properties
- $bookingCollection : BookingCollection
- $returnCnt : int
- $searchPeriod : DatePeriod
- $sizeInMinutes : int|null
- $slotRanges : RangeCollection
Methods
- __construct() : mixed
- setReturnCnt() : self
Properties
$bookingCollection read-only
public
BookingCollection
$bookingCollection
$returnCnt
public
int
$returnCnt
= 1
$searchPeriod read-only
public
DatePeriod
$searchPeriod
$sizeInMinutes read-only
public
int|null
$sizeInMinutes
= null
$slotRanges read-only
public
RangeCollection
$slotRanges
Methods
__construct()
public
__construct(RangeCollection $slotRanges, BookingCollection $bookingCollection, DatePeriod $searchPeriod[, int|null $sizeInMinutes = null ]) : mixed
Parameters
- $slotRanges : RangeCollection
- $bookingCollection : BookingCollection
- $searchPeriod : DatePeriod
- $sizeInMinutes : int|null = null
setReturnCnt()
public
setReturnCnt(int $cnt) : self
Parameters
- $cnt : int