PHP 클래스 Bolt\Configuration\Check\EmailSetup

저자: Gawain Lynch ([email protected])
상속: extends Bolt\Configuration\Check\BaseCheck, implements Bolt\Configuration\Check\ConfigurationCheckInterface
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$options array

공개 메소드들

메소드 설명
runCheck ( )
setOptions ( array $options )

보호된 메소드들

메소드 설명
checkMailOptions ( )

비공개 메소드들

메소드 설명
getEmailHtml ( ) : string Render HTML for the sample email.
sendMessage ( string $senderMail, string $senderName, string $mailhtml ) Attempt to send the email message.

메소드 상세

checkMailOptions() 보호된 메소드

protected checkMailOptions ( )

runCheck() 공개 메소드

public runCheck ( )

setOptions() 공개 메소드

public setOptions ( array $options )
$options array

프로퍼티 상세

$options 보호되어 있는 프로퍼티

protected array $options
리턴 array