Automattic\WooCommerce\Internal\PushNotifications\Notifications

NewReviewNotification::get_typepublicWC 1.0

{@inheritDoc}

Method of the class: NewReviewNotification{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

NewReviewNotification::get_type() code WC 10.9.1

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