PHP 클래스 WC_Email_Customer_Invoice

An email sent to the customer via admin.
저자: WooThemes
상속: extends WC_Email
파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$find array Strings to find in subjects/headings.
$replace array Strings to replace in subjects/headings.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
get_content_html ( ) : string Get content html.
get_content_plain ( ) : string Get content plain.
get_heading ( ) : string Get email heading.
get_subject ( ) : string Get email subject.
init_form_fields ( ) Initialise settings form fields.
trigger ( integer | WC_Order $order ) Trigger.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

get_content_html() 공개 메소드

Get content html.
public get_content_html ( ) : string
리턴 string

get_content_plain() 공개 메소드

Get content plain.
public get_content_plain ( ) : string
리턴 string

get_heading() 공개 메소드

Get email heading.
public get_heading ( ) : string
리턴 string

get_subject() 공개 메소드

Get email subject.
public get_subject ( ) : string
리턴 string

init_form_fields() 공개 메소드

Initialise settings form fields.
public init_form_fields ( )

trigger() 공개 메소드

Trigger.
public trigger ( integer | WC_Order $order )
$order integer | WC_Order

프로퍼티 상세

$find 공개적으로 프로퍼티

Strings to find in subjects/headings.
public array $find
리턴 array

$replace 공개적으로 프로퍼티

Strings to replace in subjects/headings.
public array $replace
리턴 array