LimeSurvey API - Master branch

ExportR extends PluginBase
in package

Table of Contents

Properties

$allowedPublicMethods  : mixed
$description  : mixed
$name  : 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: R-export'

$name

protected static mixed $name = 'Export results to R'

$storage

protected mixed $storage = 'DbStorage'

Methods

listExportOptions()

public listExportOptions() : mixed

listExportPlugins()

Registers this export type

public listExportPlugins() : mixed

newExport()

Returns the required IWriter

public newExport() : mixed

        
On this page

Search results