| 1 view.inc | views_display::__construct($type, $id, $title, $display_options = array()) | 
        
File
- core/
modules/ views/ includes/ view.inc, line 2346  - Provides the view object type and associated methods.
 
Class
Code
function __construct($type, $id, $title, $display_options = array()) {
  $this->display_plugin = $type;
  $this->id = $id;
  $this->display_title = $title;
  $this->display_options = $display_options;
}