interface Notifications_ObjectInterface in Notifications 7
Interface for Notification objects.
Hierarchy
- interface \Notifications_ObjectInterface
Expanded class hierarchy of Notifications_ObjectInterface
All classes that implement Notifications_ObjectInterface
File
- ./
notifications.object.inc, line 60 - Drupal Notifications Framework - Default class file
View source
interface Notifications_ObjectInterface {
/**
* Load related object or data
*/
public static function object_load($value);
/**
* Get name for object
*/
public static function object_name($object);
/**
* Map object to value (key)
*/
public static function object_value($object);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Notifications_ObjectInterface:: |
public static | function | Load related object or data | |
Notifications_ObjectInterface:: |
public static | function | Get name for object | |
Notifications_ObjectInterface:: |
public static | function | Map object to value (key) |