ReplaceCollectedDataCommand extends AbstractCommand
Table of Contents
Properties
Methods
- setData() : self
- setFlowId() : self
Properties
$data
public
array<string|int, mixed>
$data
Attributes
- #[NotEmpty]
- #[Required]
$flowId
public
int
$flowId
Attributes
- #[Primary]
- #[Required]
Methods
setData()
public
setData(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfsetFlowId()
public
setFlowId(int $flowId) : self
Parameters
- $flowId : int