1 | <?php |
||
22 | class IndexPage extends SymfonyPage implements IndexPageInterface |
||
23 | { |
||
24 | /** |
||
25 | * @var TableManipulatorInterface |
||
26 | */ |
||
27 | private $tableManipulator; |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | * |
||
32 | * @param TableManipulatorInterface $tableManipulator |
||
33 | */ |
||
34 | public function __construct( |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function getUsedThemeName($channelCode) |
||
56 | |||
57 | /** |
||
58 | * {@inheritdoc} |
||
59 | */ |
||
60 | protected function getRouteName() |
||
64 | } |
||
65 |