You are here

function ViewsDataExportExporterInterface::__construct in Views data export 7.4

Constructor for ViewsDataExportExporter classes.

Parameters

$options: The array of export options as provided by the user-interface.

1 method overrides ViewsDataExportExporterInterface::__construct()
ViewsDataExportExporter::__construct in exporters/views_data_export_exporter.inc
Constructor for views_data_export_exporter classes.

File

exporters/ViewsDataExportExporterInterface.inc, line 12

Class

ViewsDataExportExporterInterface

Code

function __construct($options);