Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software successfully starts in Kaspersky Start program

Baigudin Software has been successfully started in Kaspersky Start program by Kaspersky Lab and performs the BOOS Core operating kernel to it.

Abstract class «DomBuilder\Element\Input»

input – input control.

The input element is a multipurpose element for representing input controls.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

public Input disabled(bool $value=true);

Sets a value of 'disabled' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Input — this element.

public Input readonly(bool $value=true);

Sets a value of 'readonly' attribute.

Parameters:
bool $value — boolean value flag.

Returns:
Input — this element.

Back to class list