You are here

class Notifications_Node_Comment_Event in Notifications 7

Hierarchy

Expanded class hierarchy of Notifications_Node_Comment_Event

1 string reference to 'Notifications_Node_Comment_Event'
notifications_content_notifications in notifications_content/notifications_content.module
Implementation of hook_notifications()

File

notifications_content/notifications_content.inc, line 206
Drupal Notifications Framework - Default class file

View source
class Notifications_Node_Comment_Event extends Notifications_Node_Event {
  public function get_name() {
    t('New comment by [comment-author-name]: [comment-title]');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Notifications_Node_Comment_Event::get_name public function
Notifications_Node_Event::get_node public function Get node object
Notifications_Node_Event::set_object public function Set main object id when node is added to the event
Notifications_Node_Event::trigger public function Trigger node event