LimeSurvey API - Master branch

GeneralOption
in package

Wrapper class for question general option.

Table of Contents

Properties

$disabled  : bool
$disableInActive  : bool
$formElement  : FormElement
$inputType  : string
$name  : string
$title  : string

Methods

__construct()  : mixed
setDisableInActive()  : void

Properties

$disabled

public bool $disabled = false

If the Option should be disabled

$disableInActive

public bool $disableInActive = false

If the Option should be disabled when the survey is active

Methods

__construct()

public __construct(mixed $name, mixed $title, mixed $inputType, mixed $formElement) : mixed
Parameters
$name : mixed
$title : mixed
$inputType : mixed
$formElement : mixed

        
On this page

Search results