public function Notifications_Event::unserialize in Notifications 7
Same name and namespace in other branches
- 6.4 includes/notifications_event.class.inc \Notifications_Event::unserialize()
Unserialize after db loading
File
- ./
notifications.event.inc, line 383 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
public function unserialize() {
$this->params = $this->params ? unserialize($this->params) : array();
}