UpdateResourceTypeCommand extends AbstractCommand
Table of Contents
Properties
- $rangeCollection : RangeCollection|null
- $resourceType : ResourceType
- $updatedBy : int
Methods
- __construct() : mixed
- run() : Result
- runInBackground() : bool
- runWithDelay() : bool
- toArray() : array<string|int, mixed>
Properties
$rangeCollection read-only
public
RangeCollection|null
$rangeCollection
$resourceType read-only
public
ResourceType
$resourceType
$updatedBy read-only
public
int
$updatedBy
Methods
__construct()
public
__construct(int $updatedBy, ResourceType $resourceType, RangeCollection|null $rangeCollection) : mixed
Parameters
- $updatedBy : int
- $resourceType : ResourceType
- $rangeCollection : RangeCollection|null
run()
public
run() : Result
Return values
ResultrunInBackground()
public
runInBackground() : bool
Return values
boolrunWithDelay()
public
runWithDelay(int $milliseconds) : bool
Parameters
- $milliseconds : int
Return values
booltoArray()
public
toArray() : array<string|int, mixed>