| 1 | <?php |
||
| 20 | class CreateConfigurableProductPage extends BaseCreatePage implements CreateConfigurableProductPageInterface |
||
| 21 | { |
||
| 22 | use SpecifiesItsCode; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function nameItIn($name, $localeCode) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function selectOption($optionName) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | protected function getDefinedElements() |
||
| 52 | } |
||
| 53 |