\Barn2\Plugin\WC_Restaurant_Ordering\MenuProduct_Modal

Handles retrieval of the modal data for a product.

Summary

Methods
Properties
Constants
__construct()
get_modal_data()
No public properties found
No constants found
get_modal_description()
get_modal_image_size()
No protected properties found
N/A
get_modal_quantity_args()
$product
$template_loader
N/A

Properties

$product

$product : \WC_Product

Type

\WC_Product — The product for this modal.

Methods

__construct()

__construct(\WC_Product  $product) 

Parameters

\WC_Product $product

get_modal_data()

get_modal_data() : array

Get the modal data for a product.

Returns

array —

The modal data.

get_modal_description()

get_modal_description() 

get_modal_image_size()

get_modal_image_size() 

get_modal_quantity_args()

get_modal_quantity_args(\WC_Product  $product) 

Parameters

\WC_Product $product