You are here

function notifications_views_handler_argument_subscription_type::construct in Notifications 7

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

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_argument::construct

File

notifications_views/includes/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');
}