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