You are here

function notifications_views_handler_argument_subscription_type::construct in Notifications 6.4

Same name and namespace in other branches
  1. 6 notifications_views/notifications_views_handler_argument_subscription_type.inc \notifications_views_handler_argument_subscription_type::construct()
  2. 6.2 notifications_views/notifications_views_handler_argument_subscription_type.inc \notifications_views_handler_argument_subscription_type::construct()
  3. 6.3 notifications_views/notifications_views_handler_argument_subscription_type.inc \notifications_views_handler_argument_subscription_type::construct()
  4. 7 notifications_views/includes/notifications_views_handler_argument_subscription_type.inc \notifications_views_handler_argument_subscription_type::construct()

File

notifications_views/notifications_views_handler_argument_subscription_type.inc, line 6

Class

notifications_views_handler_argument_subscription_type
Argument handler to accept a subscription type.

Code

function construct() {
  parent::construct('type');
}