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
$description
protected
static mixed
$description
= 'At token generation this plugin enforces certain token formats like Numeric, non-ambiguous or uppercase tokens'
$name
protected
static mixed
$name
= 'customToken'
$storage
protected
mixed
$storage
= 'DbStorage'
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
init()
public
init() : mixed
newSurveySettings()
Save the settings
public
newSurveySettings() : mixed