SignalInput
in package
Tags
Table of Contents
Properties
- $arguments : ValuesInterface
- $header : HeaderInterface
- $info : WorkflowInfo
- $isReplaying : bool
- $signalName : string
Methods
- with() : self
Properties
$arguments read-only
public
ValuesInterface
$arguments
$header read-only
public
HeaderInterface
$header
$info read-only
public
WorkflowInfo
$info
$isReplaying read-only
public
bool
$isReplaying
$signalName read-only
public
string
$signalName
Methods
with()
public
with([WorkflowInfo $info = null ][, ValuesInterface $arguments = null ][, HeaderInterface $header = null ]) : self
Parameters
- $info : WorkflowInfo = null
- $arguments : ValuesInterface = null
- $header : HeaderInterface = null