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