interface DumperInterface

DumperInterface is the interface implemented by workflow dumper classes.

Methods

string
dump(Definition $definition, Marking $marking = null, array $options = array())

Dumps a workflow definition.

Details

string dump(Definition $definition, Marking $marking = null, array $options = array())

Dumps a workflow definition.

Parameters

Definition $definition A Definition instance
Marking $marking A Marking instance
array $options An array of options

Return Value

string The representation of the workflow