LLMS_Notification::__get( string $key )
Get notification properties
Parameters Parameters
- $key
-
(string) (Required) key to retrieve
Return Return
(mixed)
Source Source
File: includes/models/model.llms.notification.php
public function __get( $key ) {
return $this->get( $key, false );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |