Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

EOOS Automotive R22-07 is released in version v0.9.0

The first official release of EOOS Automotive that is elaborated for POSIX and WIN32 compatible operating systems and based on interfaces designed for EOOS RT – real time operating system.

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