| 1 | <?php |
||
| 20 | class CreateSimpleProductPage extends BaseCreatePage implements CreateSimpleProductPageInterface |
||
| 21 | { |
||
| 22 | use SpecifiesItsCode; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function nameItIn($name, $localeCode) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function specifyPrice($price) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | protected function getDefinedElements() |
||
| 53 | |||
| 54 | /** |
||
| 55 | * {@inheritdoc} |
||
| 56 | */ |
||
| 57 | public function getRouteName() |
||
| 61 | } |
||
| 62 |