You are here

function editableviews_style_helper::__construct in Editable Views 7

File

./editableviews_plugin_style_row_edit_table.inc, line 363

Class

editableviews_style_helper
Helper class for the style plugin.

Code

function __construct(&$plugin) {
  $this->plugin =& $plugin;
}