You are here

function pay_handler_filter_handler::construct in Pay 6

Same name and namespace in other branches
  1. 7 includes/views/pay_handler_filter_handler.inc \pay_handler_filter_handler::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'];
}