1 | <?php |
||
12 | final class StatisticsController |
||
13 | { |
||
14 | /** @var EngineInterface */ |
||
15 | private $templatingEngine; |
||
16 | |||
17 | /** @var DashboardStatisticsProviderInterface */ |
||
18 | private $statisticsProvider; |
||
19 | |||
20 | public function __construct( |
||
27 | |||
28 | public function __invoke(ChannelInterface $channel): Response |
||
35 | } |
||
36 |