Automattic\WooCommerce\Internal\ShopperLists

ShopperListItem::get_keypublicWC 1.0

Storage key — also used as the response identifier.

Метод класса: ShopperListItem{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ShopperListItem = new ShopperListItem();
$ShopperListItem->get_key(): string;

Код ShopperListItem::get_key() WC 10.9.1

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