| 1 | <?php |
||
| 27 | class Store extends MagentoModuleAbstract |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * Allows you to retrieve the list of store views. |
||
| 31 | * |
||
| 32 | * @return ActionInterface |
||
| 33 | */ |
||
| 34 | public function getList() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Allows you to retrieve information about the required store view. |
||
| 41 | * |
||
| 42 | * @param string $storeId |
||
| 43 | * |
||
| 44 | * @return ActionInterface |
||
| 45 | */ |
||
| 46 | public function getInfo($storeId = null) |
||
| 50 | } |
||
| 51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.