1 | <?php |
||
19 | class IndexPage extends BaseIndexPage implements IndexPageInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function specifyFilterDateFrom(\DateTime $dateTime) |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function specifyFilterDateTo(\DateTime $dateTime) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function chooseChannelFilter($channelName) |
||
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | protected function getDefinedElements() |
||
60 | } |
||
61 |