LimeSurvey API - Master branch

ExportSTATAxml extends PluginBase
in package

Table of Contents

Properties

$allowedPublicMethods  : mixed
$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

$allowedPublicMethods

public mixed $allowedPublicMethods = array()
Tags
inheritdoc

this plugin didn't have any public method

$description

protected static mixed $description = 'Core: Export survey results to a STATA xml file'

$settings

protected mixed $settings = array('statafileversion' => array('type' => 'select', 'label' => 'Export for Stata', 'options' => array('113' => 'version 8 through 12', '117' => 'version 13 and up'), 'default' => '113', 'submitonchange' => \false))

Methods

listExportPlugins()

Registers this export type

public listExportPlugins() : mixed

newExport()

Returns the required IWriter

public newExport() : mixed

        
On this page

Search results