Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_quantity
Saved quantity.
Method of the class: ShopperListItem{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_quantity(): int;
ShopperListItem::get_quantity() ShopperListItem::get quantity code WC 10.9.1
public function get_quantity(): int {
return $this->quantity;
}