LLMS_Notification::__construct( int $notification = null )
Constructor
Parameters Parameters
- $notification
-
(int) (Optional) Notification ID
Default value: null
Source Source
File: includes/models/model.llms.notification.php
114 115 116 117 118 119 120 | public function __construct( $notification = null ) { if ( is_numeric ( $notification ) ) { $this ->id = $notification ; } } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |