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

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

Allows you to retrieve information about the required store view.
public getInfo ( string $storeId = null ) : Smalot\Magento\ActionInterface
$storeId string
Результат Smalot\Magento\ActionInterface
    public function getInfo($storeId = null)
    {
        return $this->__createAction('store.info', func_get_args());
    }