Smalot\Magento\Store\Store::getList PHP Метод

getList() публичный Метод

Allows you to retrieve the list of store views.
public getList ( ) : Smalot\Magento\ActionInterface
Результат Smalot\Magento\ActionInterface
    public function getList()
    {
        return $this->__createAction('store.list', func_get_args());
    }