You are here

function pay_handler_filter_handler::construct in Pay 7

Same name and namespace in other branches
  1. 6 includes/views/pay_handler_filter_handler.inc \pay_handler_filter_handler::construct()

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_filter_in_operator::construct

File

includes/views/pay_handler_filter_handler.inc, line 4

Class

pay_handler_filter_handler

Code

function construct() {
  parent::construct();
  $this->pay_type = $this->definition['pay_type'];
}