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
Code
public static function object_load($value) {
return comment_load($value);
}