class Notifications_Node_Comment_Event in Notifications 7
Hierarchy
- class \Notifications_Node_Event extends \Notifications_Event
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Notifications_Node_Comment_Event:: |
public | function | ||
Notifications_Node_Event:: |
public | function | Get node object | |
Notifications_Node_Event:: |
public | function | Set main object id when node is added to the event | |
Notifications_Node_Event:: |
public | function | Trigger node event |