Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function __construct($entryId, WorkflowInterface $workflowManager, WorkflowDescriptor $workflow, TransientVarsInterface $transientVars) |
||
29 | { |
||
30 | $this->setEntryId($entryId); |
||
31 | $this->setWorkflowManager($workflowManager); |
||
32 | $this->setWorkflow($workflow); |
||
33 | $this->setTransientVars($transientVars); |
||
34 | } |
||
35 | } |
||
36 |