Constructor.
Description
See also
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
Version | Description |
---|---|
1.0.0 | Introduced. |