Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software participates in OS DAY 2017 conference

The Baigudin Software Company has participated in OS DAY – a fourth scientific-practical conference, which aims to determine a mission of Russia in developing sphere of operating systems.

Class «DomBuilder\Element\Select»

select – option-selection form control.

The select element represents a control for selecting among a list of options.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

public Select option(array $option);

Sets internal option elements.

The method inserts option elements into itself.

Parameters:
array $option — key of array is value of value attribute for option element and value of array is value of option element.

Returns:
Select — this element.

Back to class list