LimeSurvey API - Master branch

DemoDateSetting extends PluginBase
in package

DemoDateSetting Plugin for LimeSurvey

Tags
author

Denis Chenu

copyright

LimeSurvey https://community.limesurvey.org/

version
0.2.0
license

MIT License

Table of Contents

Properties

$description  : mixed
$name  : mixed
$settings  : mixed
$storage  : mixed

Methods

beforeSurveySettings()  : mixed
Event to register the survey settings
getPluginSettings()  : mixed
init()  : mixed
newSurveySettings()  : mixed
Event to save the survey settings *

Properties

$description

protected static mixed $description = 'Plugin to show saveformat function in date setting.'
Tags
inheritdoc

$name

protected static mixed $name = 'DemoDateSetting'
Tags
inheritdoc

$settings

protected mixed $settings = ['checkDateDate' => array('type' => 'date', 'saveformat' => "Y-m-d"), 'checkDateYear' => array('type' => 'date', 'saveformat' => "Y"), 'checkDateFalse' => array('type' => 'date', 'saveformat' => \false), 'checkDateDefault' => array('type' => 'date')]
Tags
inheritdoc

Methods

beforeSurveySettings()

Event to register the survey settings

public beforeSurveySettings() : mixed

getPluginSettings()

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

Update language strings and help

newSurveySettings()

Event to save the survey settings *

public newSurveySettings() : mixed

        
On this page

Search results