You are here

public function views_display::__construct in Views (for Drupal 7) 7.3

File

includes/view.inc, line 2637
views_objects Objects that represent a View or part of a view

Class

views_display
A display type in a view.

Code

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