shipcloud for WooCommerce

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

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

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.

Return values
void

Search results