You are here

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

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

File

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

Class

views_display
A display type in a view.

Code

public function options($type, $id, $title) {
  $this->display_plugin = $type;
  $this->id = $id;
  $this->display_title = $title;
}