You are here

function location_join_taxonomy::construct in Location 6.3

File

contrib/location_taxonomy/location_taxonomy.views.inc, line 47
Views 2 support for location taxonomy.

Class

location_join_taxonomy
Custom views join handler to join the term_data and location_instance tables via genid.

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);
}