function views_display::options

Same name in other branches
  1. 7.x-3.x includes/view.inc \views_display::options()

File

includes/view.inc, line 2386

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;
}