Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class StateProviderWithWorkflow implements ValidationStateProviderInterface |
||
26 | { |
||
27 | private $discriminator; |
||
28 | |||
29 | /** |
||
30 | * StateProviderWithWorkflow constructor. |
||
31 | * @param string $discriminator |
||
32 | */ |
||
33 | public function __construct(string $discriminator) |
||
36 | } |
||
37 | |||
38 | |||
39 | public function getGroupSequenceForState(string $state, string $workflowName): array |
||
46 |