function views_display::options

File

includes/view.inc, line 2661

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