Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class OrchestratorAent extends AbstractAent |
||
10 | { |
||
11 | /** |
||
12 | * OrchestratorAent constructor. |
||
13 | * @param string $name |
||
14 | * @param AbstractOrchestratorAddEvent $addEvent |
||
15 | * @param AbstractOrchestratorNewServiceEvent $newServiceEvent |
||
16 | */ |
||
17 | public function __construct(string $name, AbstractOrchestratorAddEvent $addEvent, AbstractOrchestratorNewServiceEvent $newServiceEvent) |
||
25 |