Table of Contents
Properties
-
$booking
: Booking
-
$updatedBy
: int
Methods
-
__construct()
: mixed
-
mapFromArray()
: self
-
run()
: Result
-
runInBackground()
: bool
-
runWithDelay()
: bool
-
toArray()
: array<string|int, mixed>
$booking
read-only
public
Booking
$booking
$updatedBy
read-only
public
int
$updatedBy
__construct()
public
__construct(int $updatedBy, Booking $booking) : mixed
Parameters
-
$updatedBy
: int
-
-
$booking
: Booking
-
mapFromArray()
public
static mapFromArray(array<string|int, mixed> $props) : self
Parameters
-
$props
: array<string|int, mixed>
-
run()
public
run() : Result
runInBackground()
public
runInBackground() : bool
runWithDelay()
public
runWithDelay(int $milliseconds) : bool
Parameters
-
$milliseconds
: int
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>