LimeSurvey API - Master branch

ExpressionAnswerOptions extends PluginBase
in package

NB: Deleting this class will break plugin API, since plugins then would have to extend PluginBase in the namespace instead of this class. This is especially a problem for plugins that should work on both 2.73 and 3.x, so please don't delete this class.

Tags
author

Denis Chenu denis@sondages.pro

copyright

2021 Respondage https://www.respondage.nl/

copyright

2021 Denis Chenu https://www.sondages.pro

license

GPL version 3

version
0.2.2

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Table of Contents

Properties

$allowedPublicMethods  : mixed
$description  : mixed
$name  : mixed
$settings  : mixed

Methods

getPluginSettings()  : mixed
getPluginTwigPath()  : mixed
Add some views for this and other plugin
init()  : mixed
newValidFunctions()  : void
saveSettings()  : mixed

Properties

$allowedPublicMethods

public mixed $allowedPublicMethods = array()
Tags
inheritdoc

this plugin didn't have any public method

$description

protected static mixed $description = 'Expression Script: make answer option text available.'

$settings

protected mixed $settings = array('information' => array('type' => 'info', 'content' => '', 'default' => \false))
Tags
inheritdoc

this plugin settings are update during getSettings

Methods

getPluginSettings()

public getPluginSettings([mixed $getValues = true ]) : mixed
Parameters
$getValues : mixed = true
Tags
inheritdoc

Update the information content

saveSettings()

public saveSettings(mixed $settings) : mixed
Parameters
$settings : mixed
Tags
inheritdoc

But do nothing


        
On this page

Search results