Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 71.43% |
Changes | 0 |
1 | <?php |
||
15 | final class Core implements CoreInterface, HandlerInterface |
||
|
|||
16 | { |
||
17 | 7 | public function __construct( |
|
20 | 7 | } |
|
21 | |||
22 | /** |
||
23 | * @param string $controller event name |
||
24 | * @param-assert TParameters $parameters |
||
25 | */ |
||
26 | 1 | public function callAction(string $controller, string $action, array $parameters = []): object |
|
31 | } |
||
32 | |||
33 | public function handle(CallContext $context): mixed |
||
38 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.