Transition
class Transition extends Entry
Eintrag einer History
Properties
protected int | $timestamp | from Entry | |
protected string | $message | from Entry | |
protected string | $workflow | from Entry | |
protected string | $from | ||
protected string | $to |
Methods
static Entry
getInstance(string $workflow, string|null $message = null, Timestamp $timestamp = null)
No description
from Entry
array
getOutput()
No description
string
getOutputIcon()
No description
string
getFrom()
No description
string
getTo()
No description
static Entry
getInstanceForTransition(string $workflow, string $from, string $to, string|null $message = null, Timestamp $timestamp = null)
No description