LimeSurvey API - Master branch

ExportSPSSsav extends PluginBase
in package

Table of Contents

Properties

$description  : mixed
$name  : mixed
$settings  : mixed
$storage  : mixed

Methods

init()  : mixed
listExportOptions()  : mixed
listExportPlugins()  : mixed
Registers this export type
newExport()  : mixed
Returns the required IWriter

Properties

$description

protected static mixed $description = 'Core: Export survey results to an SPSS sav file'

$settings

protected mixed $settings = array('spssfileversion' => array('type' => 'select', 'label' => 'Export for SPSS', 'options' => array('16' => 'versions 14 and above', '13' => 'version 13 and below (limited string length)'), 'default' => '16', 'submitonchange' => \false))

Methods

listExportPlugins()

Registers this export type

public listExportPlugins() : mixed

newExport()

Returns the required IWriter

public newExport() : mixed

        
On this page

Search results