function Notifications_Event::set_object in Notifications 6.4
Same name and namespace in other branches
- 7 notifications.event.inc \Notifications_Event::set_object()
Set event object
2 calls to Notifications_Event::set_object()
- Notifications_Event::add_object in includes/
notifications_event.class.inc - Add event object
- Notifications_Event::store_object in includes/
notifications_event.class.inc - Add event object to be serialized and stored with the event
File
- includes/
notifications_event.class.inc, line 207 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Message destination class
Code
function set_object($type, $object) {
$this->objects[$type] = $object;
}