LLMS_Notification::toArray()
Convert the notification to an array access to all properties and meta items will be made accessible
Return Return
(array)
Source Source
File: includes/models/model.llms.notification.php
public function toArray() { return get_object_vars( $this->load() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |