DataSetShortFreeText

Extends\QuestionBaseDataSet

This is a base class to enable all question tpyes to extend the general settings.

package

Default

Methods

__construct

__construct( $iQuestionId)
inherited

Arguments

$iQuestionId

{@inheritdoc}

attributeNames()
inherited

findOne

findOne(string $pk): null|static
inheritedstatic

Arguments

$pk

string

primary key of model

Response

null|static

Returns a preformatted block of the general settings for the question editor

getGeneralSettingsArray(integer $iQuestionID = null,integer $sQuestionType = null,string $sLanguage = null,null $questionThemeName = null): array
inherited
Throws
\CException

Arguments

$iQuestionID

integer

$sQuestionType

integer

$sLanguage

string

$questionThemeName

null

Response

array

Models attributes as array indexed by primary key

modelsAttributes(): array
inheritedstatic

Response

array

Properties

iQuestionId

iQuestionId :
inherited

Type(s)

sQuestionType

sQuestionType :
inherited

Type(s)

sLanguage

sLanguage :
inherited

Type(s)

oQuestion

oQuestion :
inherited

Type(s)