| 1 | <?php |
||
| 7 | final class CreatePage extends BaseCreatePage implements CreatePageInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * {@inheritdoc} |
||
| 11 | */ |
||
| 12 | public function setName($name) |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function chooseContent($title) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | protected function getDefinedElements() |
||
| 35 | } |
||
| 36 |