1 | <?php |
||
22 | class UpdatePage extends BaseUpdatePage implements UpdatePageInterface |
||
23 | { |
||
24 | use ChecksCodeImmutability; |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function chooseParent(TaxonInterface $taxon) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function describeItAs($description, $languageCode) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function nameIt($name, $languageCode) |
||
49 | |||
50 | /** |
||
51 | * {@inheritdoc} |
||
52 | */ |
||
53 | public function specifyPermalink($permalink, $languageCode) |
||
57 | |||
58 | /** |
||
59 | * @return NodeElement |
||
60 | */ |
||
61 | protected function getCodeElement() |
||
65 | |||
66 | /** |
||
67 | * {@inheritdoc} |
||
68 | */ |
||
69 | protected function getDefinedElements() |
||
79 | } |
||
80 |