Submission_Export::generate_export_from_data( array $columns, array $rows, awsmug\Torro_Forms\DB_Objects\Forms\Form $form )

Generates the actual export from given data.

Description

Parameters

$columns

(array) (Required) Associative columns array of $column_slug => $column_label pairs.

$rows

(array) (Required) Rows array where each row is an associative array of $column_slug => $column_value pairs.

$form

(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Required) Form for which submissions are being exported.

Source

File: src/components/submission-export.php

	protected abstract function generate_export_from_data( $columns, $rows, $form );

Changelog

Changelog
Version Description
1.0.0 Introduced.