CopyQuestionTextValues

Class CopyQuestionTextValues

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

package

LimeSurvey\Datavalueobjects

Methods

__construct

__construct( $questionText = '',string $help = '')

Arguments

$questionText

$help

string

getHelp

getHelp(): string

Response

string

getQuestionText

getQuestionText(): string

Response

string

setHelp

setHelp(string $help)

Arguments

$help

string

setQuestionText

setQuestionText(string $questionText)

Arguments

$questionText

string

Properties

the question text

questionText :string
var

the question text

Type(s)

string

the question help text

help :string
var

the question help text

Type(s)

string