LLMS_Notification::get_view()
Retrieve an instance of the notification view class for the notification
Description Description
Return Return
(obj)
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. |
User Contributed Notes User Contributed Notes
Permalink: