function sheetnode_phpexcel_plugin_style::init in Sheetnode 7
Same name and namespace in other branches
- 5 modules/sheetnode_phpexcel/sheetnode_phpexcel_plugin_style.inc \sheetnode_phpexcel_plugin_style::init()
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel_plugin_style.inc \sheetnode_phpexcel_plugin_style::init()
- 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel_plugin_style.inc \sheetnode_phpexcel_plugin_style::init()
Initialize a style plugin.
Parameters
view $view:
object $display:
array $options: The style options might come externally as the style can be sourced from at least two locations. If it's not included, look on the display.
Overrides views_plugin_style::init
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel_plugin_style.inc, line 8 - Views plugin style to run through sheetnode_phpexcel.
Class
- sheetnode_phpexcel_plugin_style
- @file Views plugin style to run through sheetnode_phpexcel.
Code
function init(&$view, &$display, $options = NULL) {
parent::init($view, $display, $options = NULL);
}