PHP Класс WC_Email_Customer_Completed_Order

Order complete emails are sent to the customer when the order is marked complete and usual indicates that the order has been shipped.
Автор: WooThemes
Наследование: extends WC_Email
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 $order_id ) 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 $order_id )
$order_id integer