function views_plugin_style_kml::init in KML 6.2
Same name and namespace in other branches
- 7 views/views_plugin_style_kml.inc \views_plugin_style_kml::init()
Initialize plugin.
File
- views/
views_plugin_style_kml.inc, line 12 - Extending the view_plugin_style class to provide a kml view style.
Class
- views_plugin_style_kml
- @file Extending the view_plugin_style class to provide a kml view style.
Code
function init(&$view, &$display, $options = NULL) {
parent::init($view, $display, $options = NULL);
}