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.

Class «DomBuilder\Element\Form»

form – user-submittable form.

The form element represents a user-submittable form.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public string|Form action(string $value=NULL);

Returns or sets a value of 'action' attribute.

Parameters:
string $value — attribute value.

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

public string|Form enctype(string $value=NULL);

Returns or sets a value of 'enctype' attribute.

Parameters:
string $value — attribute value.

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

public string|Form method(string $value=NULL);

Returns or sets a value of 'method' attribute.

Parameters:
string $value — attribute value.

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

Back to class list