Notifications::get_ref_id()
Description #
Get notification reference id.
Source #
File: addons/notifications/query.php
public function get_ref_id() {
return (int) $this->object->noti_ref_id;
}
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:225
Add your comment