function print_join_page_counter::construct in Printer, email and PDF versions 7
Same name and namespace in other branches
- 6 print_join_page_counter.inc \print_join_page_counter::construct()
- 7.2 print_join_page_counter.inc \print_join_page_counter::construct()
Construct the views_join object.
Overrides views_join::construct
File
- ./
print_join_page_counter.inc, line 14 - Custom Views integration join for the page counters
Class
- print_join_page_counter
- @file Custom Views integration join for the page counters
Code
function construct($table = NULL, $left_table = NULL, $left_field = NULL, $field = NULL, $extra = array(), $type = 'LEFT') {
parent::construct($table, $left_table, $left_field, $field, $extra, $type);
}