LimeSurvey API - Master branch

CopyQuestionTextValues

Class CopyQuestionTextValues

This class represents the texts values to use when copying a question

Table of Contents

Properties

$help  : string
$questionText  : string

Methods

__construct()  : mixed
getHelp()  : string
getQuestionText()  : string
setHelp()  : void
setQuestionText()  : void

Properties

Methods

__construct()

public __construct([mixed $questionText = '' ][, string $help = '' ]) : mixed
Parameters
$questionText : mixed = ''
$help : string = ''

setQuestionText()

public setQuestionText(string $questionText) : void
Parameters
$questionText : string

        
On this page

Search results