Submission_Export::__construct( awsmug\Torro_Forms\Components\Submission_Export_Handler $handler )

Constructor.

Description

Parameters

$handler

(awsmug\Torro_Forms\Components\Submission_Export_Handler) (Required) Submission export handler instance.

Source

File: src/components/submission-export.php

	public function __construct( $handler ) {
		$this->handler = $handler;

		$this->bootstrap();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.