Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_quantitypublicWC 1.0

Saved quantity.

Method of the class: ShopperListItem{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_quantity(): int;

ShopperListItem::get_quantity() code WC 10.9.1

public function get_quantity(): int {
	return $this->quantity;
}