Total Complexity | 5 |
Total Lines | 54 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
19 | class TranslatePageEventPropagationBuilder implements PropagationInterface |
||
20 | { |
||
21 | /** @var Router */ |
||
22 | private $router; |
||
23 | |||
24 | /** |
||
25 | * @param Router $router |
||
26 | */ |
||
27 | public function __construct(Router $router) |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Build the relevant event and forward it. |
||
34 | * |
||
35 | * @param \Symfony\Component\EventDispatcher\Event $event |
||
36 | * @return mixed|void |
||
37 | */ |
||
38 | public function buildAndForwardEvent(Event $event) |
||
77 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.