You are here

function notifications_views_handler_argument_subscription_send_method::construct in Notifications 7

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_send_method.inc, line 6

Class

notifications_views_handler_argument_subscription_send_method
Argument handler to accept a subscription send method.

Code

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