LimeSurvey API - Master branch

customToken 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.

Table of Contents

Properties

$allowedPublicMethods  : mixed
$description  : mixed
$name  : mixed
$storage  : mixed

Methods

beforeDeactivate()  : mixed
Clean up the plugin settings table
beforeSurveySettings()  : mixed
This event is fired by the administration panel to gather extra settings available for a survey. Example URL in LS 3.17: /index.php/admin/survey/sa/rendersidemenulink/subaction/plugins/surveyid/46159
generateCustomToken()  : mixed
The custom generate function
init()  : mixed
newSurveySettings()  : mixed
Save the settings

Properties

$allowedPublicMethods

public mixed $allowedPublicMethods = array()
Tags
inheritdoc

this plugin didn't have any public method

$description

protected static mixed $description = 'At token generation this plugin enforces certain token formats like Numeric, non-ambiguous or uppercase tokens'

Methods

beforeDeactivate()

Clean up the plugin settings table

public beforeDeactivate() : mixed

beforeSurveySettings()

This event is fired by the administration panel to gather extra settings available for a survey. Example URL in LS 3.17: /index.php/admin/survey/sa/rendersidemenulink/subaction/plugins/surveyid/46159

public beforeSurveySettings() : mixed

generateCustomToken()

The custom generate function

public generateCustomToken() : mixed

newSurveySettings()

Save the settings

public newSurveySettings() : mixed

        
On this page

Search results