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