You are here

public static function Notifications_Comment::object_load in Notifications 7

Load related object or data

File

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

Class

Notifications_Comment

Code

public static function object_load($value) {
  return comment_load($value);
}