Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

BOOS Core for Texas Instruments TMS320C64x Digital Signal Processors family is released

Baigudin Software project has represented the BOOS Core operating kernel for TMS320C64x Digital Signal Processors family of Texas Instruments Company with single core.

Class «DomBuilder\Element\Option»

option – option.

The option element represents an option in a select control, or an option in a labelled set of options grouped together in an optgroup, or an option among the list of suggestions in a datalist.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public Option disabled(bool $value=true);

Sets a value of 'disabled' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Option — this element.

public string|Option label(string $value=NULL);

Returns or sets a value of 'label' attribute.

Parameters:
string $value — attribute value.

Returns:
string|Option — a current value or this element.

public Option selected(bool $value=true);

Sets a value of 'selected' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Option — this element.

public string|Option value(string $value=NULL);

Returns or sets a value of 'value' attribute.

Parameters:
string $value — attribute value.

Returns:
string|Option — a current value or this element.

Back to class list