public static function Notifications_Object::type_info in Notifications 7
Get object type information
2 calls to Notifications_Object::type_info()
- Notifications_Object::build in ./
notifications.object.inc - Build from type, value (can be a plain value or a Drupal object)
- Notifications_Object::get_property in ./
notifications.object.inc - Get object type property
File
- ./
notifications.object.inc, line 241 - Drupal Notifications Framework - Default class file
Class
- Notifications_Object
- Wrapper for Drupal objects
Code
public static function type_info($type = NULL, $property = NULL, $default = NULL) {
return notifications_info('object types', $type, $property, $default);
}