W3cubDocs

/Symfony 4.1

Definition

class Definition

Methods

__construct(array $places, array $transitions, string $initialPlace = null, MetadataStoreInterface $metadataStore = null)
string|null getInitialPlace()
array getPlaces()
array getTransitions()
MetadataStoreInterface getMetadataStore()

Details

__construct(array $places, array $transitions, string $initialPlace = null, MetadataStoreInterface $metadataStore = null)

Parameters

array $places
array $transitions
string $initialPlace
MetadataStoreInterface $metadataStore

string|null getInitialPlace()

Return Value

string|null

array getPlaces()

Return Value

array

array getTransitions()

Return Value

array

MetadataStoreInterface getMetadataStore()

Return Value

MetadataStoreInterface

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