You are here

function views_plugin_style_atom_fields::init in Views Atom 7

Same name and namespace in other branches
  1. 6 views/views_plugin_style_atom_fields.inc \views_plugin_style_atom_fields::init()

Initialize plugin.

Set feed image for shared rendering later.

Overrides views_plugin_style::init

File

./views_plugin_style_atom_fields.inc, line 15
Style plugin for a standard Atom feed.

Class

views_plugin_style_atom_fields
@file Style plugin for a standard Atom feed.

Code

function init(&$view, &$display, $options = NULL) {
  parent::init($view, $display, $options = NULL);

  //$this->feed_image = drupal_get_path('module', 'views_kml') . '/images/kml.png';
}