WC_Shipping_Shipcloud_Order_Labels_Bulk
in package
Table of Contents
- $allowed_carriers : mixed
- $order : mixed
- $label_form : mixed
- $shipcloud_api : mixed
- $template_file : mixed
- __construct() : mixed
- Create new bulk view.
- additional_services_form() : mixed
- dispatch() : mixed
- Send content to client.
- get_allowed_carriers() : array<string|int, string>
- Associative array of carrier id and display name.
- get_order() : WC_Shipcloud_Order
- get_parcel_templates() : mixed
- get_services() : array<string|int, string>
- Associative array of service id and labels.
- get_shipcloud_api() : Woocommerce_Shipcloud_API
- parcel_form_html() : mixed
- parcel_templates_html() : mixed
- render() : string
- Pre-render content.
- email_notification_enabled() : mixed
- get_global_reference_number() : mixed
- get_template_file() : mixed
- add_admin_notice() : void
- Output an admin notice.
- get_option() : mixed|string
- Getting option (overwrite instance values if there option of instance is empty
- log() : void
- Output a debug message.
Properties
$allowed_carriers
protected
mixed
$allowed_carriers
$order
protected
mixed
$order
$label_form
private
mixed
$label_form
$shipcloud_api
private
mixed
$shipcloud_api
$template_file
private
mixed
$template_file
Methods
__construct()
Create new bulk view.
public
__construct(string $template_file, WC_Shipcloud_Order $order) : mixed
Parameters
- $template_file : string
-
Path to the template.
- $order : WC_Shipcloud_Order
Return values
mixed —additional_services_form()
public
additional_services_form() : mixed
Return values
mixed —dispatch()
Send content to client.
public
dispatch() : mixed
Return values
mixed —get_allowed_carriers()
Associative array of carrier id and display name.
public
get_allowed_carriers() : array<string|int, string>
Return values
array<string|int, string> —get_order()
public
get_order() : WC_Shipcloud_Order
Return values
WC_Shipcloud_Order —get_parcel_templates()
public
get_parcel_templates() : mixed
Return values
mixed —get_services()
Associative array of service id and labels.
public
get_services() : array<string|int, string>
Return values
array<string|int, string> —get_shipcloud_api()
public
get_shipcloud_api() : Woocommerce_Shipcloud_API
Return values
Woocommerce_Shipcloud_API —parcel_form_html()
public
parcel_form_html() : mixed
Return values
mixed —parcel_templates_html()
public
parcel_templates_html() : mixed
Return values
mixed —render()
Pre-render content.
public
render() : string
Return values
string —email_notification_enabled()
protected
email_notification_enabled() : mixed
Return values
mixed —get_global_reference_number()
protected
get_global_reference_number() : mixed
Return values
mixed —get_template_file()
protected
get_template_file() : mixed
Return values
mixed —add_admin_notice()
Output an admin notice.
private
add_admin_notice(string $message[, string $type = 'info' ][, bool $dismissible = true ]) : void
Parameters
- $message : string
-
Debug message.
- $type : string = 'info'
-
Message type.
- $dismissible : bool = true
-
Message type.
Return values
void —get_option()
Getting option (overwrite instance values if there option of instance is empty
private
get_option(string $key[, null $empty_value = null ]) : mixed|string
Parameters
- $key : string
- $empty_value : null = null
Return values
mixed|string —log()
Output a debug message.
private
log(string $message[, string $level = 'info' ][, mixed $context = [] ]) : void
Parameters
- $message : string
-
Debug message.
- $level : string = 'info'
-
Debug level.
- $context : mixed = []
-
The Debug context.
