1 | <?php |
||
7 | class ShowPage extends SymfonyPage implements ShowPageInterface |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritdoc} |
||
11 | */ |
||
12 | public function getBlockContents() |
||
16 | |||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | protected function getDefinedElements() |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function getRouteName() |
||
34 | } |
||
35 |