Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_keypublicWC 1.0

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() code WC 10.9.1

public function get_key(): string {
	return $this->key;
}