Documentation

WorkflowsConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$auditTrail  : mixed
$eventsToDispatch  : mixed
$initialMarking  : mixed
$markingStore  : mixed
$metadata  : mixed
$places  : mixed
$supports  : mixed
$supportStrategy  : mixed
$transitions  : mixed
$type  : mixed

Methods

__construct()  : mixed
auditTrail()  : AuditTrailConfig|$this
eventsToDispatch()  : $this
Select which Transition events should be dispatched for this Workflow
initialMarking()  : $this
markingStore()  : MarkingStoreConfig
metadata()  : $this
place()  : PlaceConfig|$this
supports()  : $this
supportStrategy()  : $this
toArray()  : array<string|int, mixed>
transition()  : TransitionConfig|$this
type()  : $this

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

eventsToDispatch()

Select which Transition events should be dispatched for this Workflow

public eventsToDispatch([ParamConfigurator|mixed $value = NULL ]) : $this
Parameters
$value : ParamConfigurator|mixed = NULL
Tags
example

workflow.enter

example

workflow.transition

default

null

Return values
$this

initialMarking()

public initialMarking(mixed $value) : $this
Parameters
$value : mixed
Return values
$this

supports()

public supports(mixed $value) : $this
Parameters
$value : mixed
Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results