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