PHP Class MagePal\GmailSmtpApp\Helper\Data

Inheritance: extends Magento\Framework\App\Helper\AbstractHelper
Afficher le fichier Open project: magepal/magento2-gmailsmtpapp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getConfigAuth() public méthode

Get system config auth
public getConfigAuth ( $store_id = null ) : string
Résultat string

getConfigPassword() public méthode

Get system config password
public getConfigPassword ( $store_id = null ) : string
Résultat string

getConfigReturnPathEmail() public méthode

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

getConfigSetReplyTo() public méthode

Get system config reply to
public getConfigSetReplyTo ( $store_id = null ) : boolean
Résultat boolean

getConfigSetReturnPath() public méthode

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

getConfigSmtpHost() public méthode

Get system config host
public getConfigSmtpHost ( $store_id = null ) : string
Résultat string

getConfigSmtpPort() public méthode

Get system config port
public getConfigSmtpPort ( $store_id = null ) : string
Résultat string

getConfigSsl() public méthode

Get system config ssl
public getConfigSsl ( $store_id = null ) : string
Résultat string

getConfigUsername() public méthode

Get system config username
public getConfigUsername ( $store_id = null ) : string
Résultat string