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
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
$description
protected
static mixed
$description
= 'Expression Script: make answer option text available.'
$name
protected
static mixed
$name
= 'ExpressionAnswerOptions'
$settings
protected
mixed
$settings
= array('information' => array('type' => 'info', 'content' => '', 'default' => \false))
Tags
Methods
getPluginSettings()
public
getPluginSettings([mixed $getValues = true ]) : mixed
Parameters
- $getValues : mixed = true
Tags
getPluginTwigPath()
Add some views for this and other plugin
public
getPluginTwigPath() : mixed
init()
public
init() : mixed
newValidFunctions()
public
newValidFunctions() : void
Tags
saveSettings()
public
saveSettings(mixed $settings) : mixed
Parameters
- $settings : mixed