PHP Класс MagePal\GmailSmtpApp\Helper\Data

Наследование: extends Magento\Framework\App\Helper\AbstractHelper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Magento\Framework\App\Helper\Context $context )
getConfigAuth ( $store_id = null ) : string Get system config auth
getConfigPassword ( $store_id = null ) : string Get system config password
getConfigReturnPathEmail ( $store_id = null ) : string Get system config return path email
getConfigSetReplyTo ( $store_id = null ) : boolean Get system config reply to
getConfigSetReturnPath ( $store_id = null ) : integer Get system config set return path
getConfigSmtpHost ( $store_id = null ) : string Get system config host
getConfigSmtpPort ( $store_id = null ) : string Get system config port
getConfigSsl ( $store_id = null ) : string Get system config ssl
getConfigUsername ( $store_id = null ) : string Get system config username

Описание методов

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

public __construct ( Magento\Framework\App\Helper\Context $context )
$context Magento\Framework\App\Helper\Context

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

Get system config auth
public getConfigAuth ( $store_id = null ) : string
Результат string

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

Get system config password
public getConfigPassword ( $store_id = null ) : string
Результат string

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

Get system config return path email
public getConfigReturnPathEmail ( $store_id = null ) : string
Результат string

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

Get system config reply to
public getConfigSetReplyTo ( $store_id = null ) : boolean
Результат boolean

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

Get system config set return path
public getConfigSetReturnPath ( $store_id = null ) : integer
Результат integer

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

Get system config host
public getConfigSmtpHost ( $store_id = null ) : string
Результат string

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

Get system config port
public getConfigSmtpPort ( $store_id = null ) : string
Результат string

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

Get system config ssl
public getConfigSsl ( $store_id = null ) : string
Результат string

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

Get system config username
public getConfigUsername ( $store_id = null ) : string
Результат string