PHP Class MagePal\GmailSmtpApp\Helper\Data

Inheritance: extends Magento\Framework\App\Helper\AbstractHelper
Mostrar archivo Open project: magepal/magento2-gmailsmtpapp Class Usage Examples

Public Methods

Method Description
__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

Method Details

__construct() public method

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

getConfigAuth() public method

Get system config auth
public getConfigAuth ( $store_id = null ) : string
return string

getConfigPassword() public method

Get system config password
public getConfigPassword ( $store_id = null ) : string
return string

getConfigReturnPathEmail() public method

Get system config return path email
public getConfigReturnPathEmail ( $store_id = null ) : string
return string

getConfigSetReplyTo() public method

Get system config reply to
public getConfigSetReplyTo ( $store_id = null ) : boolean
return boolean

getConfigSetReturnPath() public method

Get system config set return path
public getConfigSetReturnPath ( $store_id = null ) : integer
return integer

getConfigSmtpHost() public method

Get system config host
public getConfigSmtpHost ( $store_id = null ) : string
return string

getConfigSmtpPort() public method

Get system config port
public getConfigSmtpPort ( $store_id = null ) : string
return string

getConfigSsl() public method

Get system config ssl
public getConfigSsl ( $store_id = null ) : string
return string

getConfigUsername() public method

Get system config username
public getConfigUsername ( $store_id = null ) : string
return string