You are here

function semanticviews_plugin_style_default::options in Semantic Views 7

Set default options

Overrides views_object::options

File

./semanticviews_plugin_style_default.inc, line 16
Contains the default style plugin.

Class

semanticviews_plugin_style_default
Default style plugin to render rows one after another with no decorations.

Code

function options(&$options) {
  parent::options($options);
}