You are here

public function webform_exporter_delimited::webform_exporter_delimited in Webform 7.3

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

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 140
Provides several different handlers for exporting webform results.

Class

webform_exporter_delimited

Code

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