You are here

function views_display::options in Views (for Drupal 7) 6.3

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

File

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

Class

views_display
A display type in a view.

Code

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