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