Automattic\WooCommerce\Internal\ShopperLists
ShopperListItem::get_key
Storage key — also used as the response identifier.
Method of the class: ShopperListItem{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopperListItem = new ShopperListItem(); $ShopperListItem->get_key(): string;
ShopperListItem::get_key() ShopperListItem::get key code WC 10.9.1
public function get_key(): string {
return $this->key;
}