| 1 | <?php |
||
| 18 | class TransitionResult implements TransitionResultInterface |
||
| 19 | { |
||
| 20 | use TransitionResultTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param $entryId |
||
| 24 | * @param WorkflowInterface $workflowManager |
||
| 25 | * @param WorkflowDescriptor $workflow |
||
| 26 | * @param TransientVarsInterface $transientVars |
||
| 27 | */ |
||
| 28 | public function __construct($entryId, WorkflowInterface $workflowManager, WorkflowDescriptor $workflow, TransientVarsInterface $transientVars) |
||
| 35 | } |
||
| 36 |