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

plugins/views_plugin_style_default.inc

Go to the documentation of this file.
00001 <?php
00013 class views_plugin_style_default extends views_plugin_style {
00017   function options(&$options) {
00018     parent::options($options);
00019   }
00020 
00021   function options_form(&$form, &$form_state) {
00022     parent::options_form($form, $form_state);
00023   }
00024 }

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