class ScaleQuestion extends Model (View source)

Properties

int $high
string $highLabel
int $low
string $lowLabel

Methods

setHigh($high)

No description

int
getHigh()

No description

setHighLabel($highLabel)

No description

string
getHighLabel()

No description

setLow($low)

No description

int
getLow()

No description

setLowLabel($lowLabel)

No description

string
getLowLabel()

No description

Details

setHigh($high)

No description

Parameters

$high

int getHigh()

No description

Return Value

int

setHighLabel($highLabel)

No description

Parameters

$highLabel

string getHighLabel()

No description

Return Value

string

setLow($low)

No description

Parameters

$low

int getLow()

No description

Return Value

int

setLowLabel($lowLabel)

No description

Parameters

$lowLabel

string getLowLabel()

No description

Return Value

string