1 | <?php |
||
19 | class Cp extends Module |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | public function init() |
||
34 | |||
35 | |||
36 | /******************************************* |
||
37 | * SERVICES |
||
38 | *******************************************/ |
||
39 | |||
40 | /** |
||
41 | * @noinspection PhpDocMissingThrowsInspection |
||
42 | * @return services\Transformers |
||
43 | */ |
||
44 | public function getTransformers(): services\Transformers |
||
50 | |||
51 | |||
52 | } |