LimeSurvey API - Master branch

questionHelper
in package

General helper class for question + question setting system

Table of Contents

Properties

$attributes  : mixed
$questionAttributesSettings  : mixed

Methods

getAttributesDefinitions()  : array<string|int, array<string|int, mixed>>
Return all the definitions of Question attributes core+extended value
getQuestionThemePreviewUrl()  : string
Return the question Theme preview URL

Properties

$questionAttributesSettings

protected static mixed $questionAttributesSettings = array()

Methods

getAttributesDefinitions()

Return all the definitions of Question attributes core+extended value

public static getAttributesDefinitions() : array<string|int, array<string|int, mixed>>
Tags
deprecated

used only as fall back method use QuestionAttribute::getQuestionAttributesSettings function to get attributes

Return values
array<string|int, array<string|int, mixed>>

getQuestionThemePreviewUrl()

Return the question Theme preview URL

public static getQuestionThemePreviewUrl([mixed $sType = null ]) : string
Parameters
$sType : mixed = null
Tags
deprecated

use QuestionTheme::getQuestionThemePreviewUrl

Return values
string

: question theme preview URL


        
On this page

Search results