You are here

public function Notifications_Event::get_content in Notifications 7

Get generic content

File

./notifications.event.inc, line 109
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Notifications Event class

Code

public function get_content() {
  return isset($this->content) ? $this->content : NULL;
}