class RadioList extends ChoiceControl

Set of radio button controls.

Properties

bool $generateId
protected Html $separator
protected Html $container
protected Html $itemLabel
Html read-only $separatorPrototype
Html read-only $containerPrototype
Html read-only $itemLabelPrototype

Methods

__construct($label = null, array $items = null)

No description

Html|string
getControl()

Generates control's HTML element.

Html|string
getLabel($caption = null)

Generates label's HTML element.

Html|null
getControlPart($key = null)

No description

Html|null
getLabelPart($key = null)

No description

Html
getSeparatorPrototype()

Returns separator HTML element template.

Html
getContainerPrototype()

Returns container HTML element template.

Html
getItemLabelPrototype()

Returns item label HTML element template.

Details

at line 39
__construct($label = null, array $items = null)

No description

Parameters

$label
array $items

at line 54
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 86
Html|string getLabel($caption = null)

Generates label's HTML element.

Parameters

$caption

Return Value

Html|string

at line 95
Html|null getControlPart($key = null)

No description

Parameters

$key

Return Value

Html|null

at line 110
Html|null getLabelPart($key = null)

No description

Parameters

$key

Return Value

Html|null

at line 123
Html getSeparatorPrototype()

Returns separator HTML element template.

Return Value

Html

at line 133
Html getContainerPrototype()

Returns container HTML element template.

Return Value

Html

at line 143
Html getItemLabelPrototype()

Returns item label HTML element template.

Return Value

Html