You are here

public static function Notifications_Subscription::type_info in Notifications 7

Get subscription type information

Overrides Notifications_Entity::type_info

2 calls to Notifications_Subscription::type_info()
Notifications_Subscription::build_object in ./notifications.subscription.inc
Build from db object or template.
Notifications_Subscription::build_type in ./notifications.subscription.inc
Build from subscription type

File

./notifications.subscription.inc, line 316
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Common base for subscription type and subscription instance

Code

public static function type_info($type = NULL, $property = NULL, $default = NULL) {
  return notifications_subscription_type($type, $property, $default);
}