PHP 클래스 App\configuration\Email

파일 보기 프로젝트 열기: analogic/lemanager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$errorEmails boolean
$renewEmails boolean
$smtpEncryption string
$smtpHost string
$smtpPassword string
$smtpPort integer
$smtpUser string
$targetEmail string

공개 메소드들

메소드 설명
__construct ( $alertEmailTarget = '', $alertEmailSource = 'lemanager-robot@localhost', $smtpHost = '127.0.0.1', $smtpPort = '25', $smtpEncryption = '', $smtpUser = '', $smtpPassword = '', $alertError = true, $alertRenew = true, $alertIssued = true )
export ( )
loadConfig ( array $config )

메소드 상세

__construct() 공개 메소드

public __construct ( $alertEmailTarget = '', $alertEmailSource = 'lemanager-robot@localhost', $smtpHost = '127.0.0.1', $smtpPort = '25', $smtpEncryption = '', $smtpUser = '', $smtpPassword = '', $alertError = true, $alertRenew = true, $alertIssued = true )

export() 공개 메소드

public export ( )

loadConfig() 공개 메소드

public loadConfig ( array $config )
$config array

프로퍼티 상세

$errorEmails 공개적으로 프로퍼티

public bool $errorEmails
리턴 boolean

$renewEmails 공개적으로 프로퍼티

public bool $renewEmails
리턴 boolean

$smtpEncryption 공개적으로 프로퍼티

public string $smtpEncryption
리턴 string

$smtpHost 공개적으로 프로퍼티

public string $smtpHost
리턴 string

$smtpPassword 공개적으로 프로퍼티

public string $smtpPassword
리턴 string

$smtpPort 공개적으로 프로퍼티

public int $smtpPort
리턴 integer

$smtpUser 공개적으로 프로퍼티

public string $smtpUser
리턴 string

$targetEmail 공개적으로 프로퍼티

public string $targetEmail
리턴 string