Automattic\WooCommerce\Internal\PushNotifications\Notifications

StockNotification::get_typepublicWC 1.0

{@inheritDoc}

Method of the class: StockNotification{}

No Hooks.

Returns

null. Nothing (null).

Usage

$StockNotification = new StockNotification();
$StockNotification->get_type(): string;

StockNotification::get_type() code WC 10.9.1

public function get_type(): string {
	return self::TYPE;
}