W3cubDocs

/Symfony 4.1

DumperInterface

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/Dumper/DumperInterface.html