LLMS_Notification::get_view()

Retrieve an instance of the notification view class for the notification


Return Return

(LLMS_Abstract_Notification_View|false)


Top ↑

Source Source

File: includes/models/model.llms.notification.php

	public function get_view() {
		return llms()->notifications()->get_view( $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.