ExportSurveyResultsService
in package
Table of Contents
Properties
- $_exports : array<string|int, mixed>
- Hold the available export types
Methods
- exportResponses() : mixed
- Root function for any export results action
- getExports() : array<string|int, mixed>
- Get an array of available export types
Properties
$_exports
Hold the available export types
protected
array<string|int, mixed>
$_exports
Methods
exportResponses()
Root function for any export results action
public
exportResponses(mixed $iSurveyId, mixed $sLanguageCode, string $sExportPlugin, FormattingOptions $oOptions[, string $sFilter = '' ]) : mixed
Parameters
- $iSurveyId : mixed
- $sLanguageCode : mixed
- $sExportPlugin : string
-
Type of export
- $oOptions : FormattingOptions
- $sFilter : string = ''
Tags
getExports()
Get an array of available export types
public
getExports() : array<string|int, mixed>