• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

plugins/views_plugin_display_extender.inc

00001 <?php
00005 class views_plugin_display_extender extends views_plugin {
00006   function __construct(&$view, &$display) {
00007     $this->view = $view;
00008     $this->display = $display;
00009   }
00010 
00011 
00015   function options_definition(&$options) { }
00016 
00020   function options_form(&$form, &$form_state) { }
00021 
00025   function options_validate(&$form, &$form_state) { }
00026 
00030   function options_submit(&$form, &$form_state) { }
00031 
00035   function pre_execute() { }
00036 
00040   function query() { }
00041 
00047   function options_summary(&$categories, &$options) { }
00048 
00053   function defaultable_sections(&$sections, $section = NULL) { }
00054 }

Generated on Sun Feb 26 2012 12:52:51 for Views by  doxygen 1.7.1