CopyQuestionTextValues
in package
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
$help
private
string
$help
the question help text
$questionText
private
string
$questionText
the question text
Methods
__construct()
public
__construct([mixed $questionText = '' ][, string $help = '' ]) : mixed
Parameters
- $questionText : mixed = ''
- $help : string = ''
getHelp()
public
getHelp() : string
Return values
stringgetQuestionText()
public
getQuestionText() : string
Return values
stringsetHelp()
public
setHelp(string $help) : void
Parameters
- $help : string
setQuestionText()
public
setQuestionText(string $questionText) : void
Parameters
- $questionText : string