You are here

public function ViewsEFFieldsetItemManager::__construct in Views Exposed Form Fieldset 7.2

File

includes/manager.inc, line 10

Class

ViewsEFFieldsetItemManager

Code

public function __construct(views_plugin_display $display, $type_definitions) {
  foreach ($type_definitions as $type => $definition) {
    $this->plugins[$type] = new $definition['class']($display);
  }
}