You are here

function views_display::views_display in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 includes/view.inc \views_display::views_display()

File

includes/view.inc, line 2058
view.inc Provides the view object type and associated methods.

Class

views_display
A display type in a view.

Code

function views_display($init = TRUE) {
  parent::init($init);
}