1 | <?php |
||
21 | class CreatePage extends BaseCreatePage implements CreatePageInterface |
||
22 | { |
||
23 | use NamesIt; |
||
24 | use SpecifiesItsCode; |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function specifyDescription($description) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | protected function getDefinedElements() |
||
44 | } |
||
45 |