1 | <?php |
||
19 | class UpdatePage extends SymfonyPage implements UpdatePageInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function setTheme($themeName) |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function unsetTheme() |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function update() |
||
44 | |||
45 | protected function getRouteName() |
||
49 | } |
||
50 |