function views_display::options in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 includes/view.inc \views_display::options()
- 7.3 includes/view.inc \views_display::options()
File
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;
}