| 7 notifications.module | notifications_subscription_type($type = NULL, $property = NULL, $default = NULL) |
Get info about subscription types
$type: String, the subscriptions type OPTIONAL
$property: String, a specific property to retrieve info from OPTIONAL
function notifications_subscription_type($type = NULL, $property = NULL, $default = NULL) {
return notifications_info('subscription types', $type, $property, $default);
}