LLMS_Notification::get_view()
Retrieve an instance of the notification view class for the notification
Contents
Return Return
(LLMS_Abstract_Notification_View|false)
Source Source
File: includes/models/model.llms.notification.php
public function get_view() { return llms()->notifications()->get_view( $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |