Table of Contents
Properties
-
$hash
: string
Methods
-
__construct()
: mixed
-
mapFromArray()
: self
-
run()
: Result
-
runInBackground()
: bool
-
runWithDelay()
: bool
-
toArray()
: array<string|int, mixed>
$hash
read-only
public
string
$hash
__construct()
public
__construct(string $hash) : mixed
Parameters
-
$hash
: string
-
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>