You are here

public function webform_exporter_excel::webform_exporter_excel in Webform 7.3

Same name and namespace in other branches
  1. 5.2 webform_export.inc \webform_exporter_excel::webform_exporter_excel()
  2. 6.3 includes/webform.export.inc \webform_exporter_excel::webform_exporter_excel()
  3. 6.2 webform_export.inc \webform_exporter_excel::webform_exporter_excel()

PHP 4 constructor compatibility shim.

Deprecated

in 7.x-3.30 and is removed from 7.x-4.0. Use PHP 5 class instantiation instead.

See also

https://www.drupal.org/project/webform/issues/3011149

File

includes/webform.export.inc, line 221
Provides several different handlers for exporting webform results.

Class

webform_exporter_excel
The Excel exporter currently is just a tab-delimited export.

Code

public function webform_exporter_excel($options) {
  self::__construct($options);
}