PHP 클래스 MagePal\GmailSmtpApp\Helper\Data

상속: extends Magento\Framework\App\Helper\AbstractHelper
파일 보기 프로젝트 열기: magepal/magento2-gmailsmtpapp 1 사용 예제들

공개 메소드들

메소드 설명
__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