1 | <?php |
||
20 | class UpdateConfigurableProductPage extends BaseUpdatePage implements UpdateConfigurableProductPageInterface |
||
21 | { |
||
22 | use ChecksCodeImmutability; |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function nameItIn($name, $localeCode) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function isProductOptionChosen($option) |
||
41 | |||
42 | /** |
||
43 | * @return bool |
||
44 | */ |
||
45 | public function isProductOptionsDisabled() |
||
49 | |||
50 | /** |
||
51 | * {@inheritdoc} |
||
52 | */ |
||
53 | protected function getCodeElement() |
||
57 | |||
58 | /** |
||
59 | * {@inheritdoc} |
||
60 | */ |
||
61 | protected function getDefinedElements() |
||
70 | } |
||
71 |