45 return $this->scopeConfig->isSetFlag(
46 self::XML_PATH_ENABLED,
47 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
60 return $this->scopeConfig->isSetFlag(
61 self::XML_PATH_ALLOW_FOR_GUEST,
62 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
75 return (
int)$this->scopeConfig->getValue(
76 self::XML_PATH_MAX_RECIPIENTS,
77 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
90 return (
int)$this->scopeConfig->getValue(
91 self::XML_PATH_MAX_PER_HOUR,
92 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
115 return (
int)$this->scopeConfig->getValue(
116 self::XML_PATH_LIMIT_BY,
117 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
130 return $this->scopeConfig->getValue(
131 self::XML_PATH_EMAIL_TEMPLATE,
132 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
const XML_PATH_ALLOW_FOR_GUEST
const XML_PATH_MAX_RECIPIENTS
getMaxEmailPerPeriod($store=null)
const XML_PATH_EMAIL_TEMPLATE
isAllowForGuest($store=null)
const XML_PATH_MAX_PER_HOUR
getEmailTemplate($store=null)
getMaxRecipients($store=null)