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
$description
protected
static mixed
$description
= 'Core: Export survey results to a STATA xml file'
$name
protected
static mixed
$name
= 'STATA Export'
$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))
$storage
protected
mixed
$storage
= 'DbStorage'
Methods
init()
public
init() : mixed
listExportOptions()
public
listExportOptions() : mixed
listExportPlugins()
Registers this export type
public
listExportPlugins() : mixed
newExport()
Returns the required IWriter
public
newExport() : mixed