You are here

function views_handler_join_nodehierarchy_ancestor::construct in Node Hierarchy 6.3

File

includes/views/nodehierarchy.views.inc, line 133
Implementations of Views 2 Hooks for nodehierarchy_views module

Class

views_handler_join_nodehierarchy_ancestor

Code

function construct($table, $left_table) {
  parent::construct($table, $left_table);
}