PHP 클래스 TI_Email, TastyIgniter

상속: extends CI_Email
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

공개 프로퍼티들

프로퍼티 타입 설명
$mailtype
$useragent

공개 메소드들

메소드 설명
initialize ( $config = [] ) : CI_Email Initialize preferences
message ( $body, $parse_data = NULL )
parse_template ( $template, $data = [] )
subject ( $subject, $parse_data = NULL ) --------------------------------------------------------------------

비공개 메소드들

메소드 설명
_build_html_mail ( $body = '' )

메소드 상세

initialize() 공개 메소드

Initialize preferences
public initialize ( $config = [] ) : CI_Email
리턴 CI_Email

message() 공개 메소드

public message ( $body, $parse_data = NULL )

parse_template() 공개 메소드

public parse_template ( $template, $data = [] )

subject() 공개 메소드

--------------------------------------------------------------------
public subject ( $subject, $parse_data = NULL )

프로퍼티 상세

$mailtype 공개적으로 프로퍼티

public $mailtype

$useragent 공개적으로 프로퍼티

public $useragent