Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software is unveiled in global edition

Baigudin Software project has been unveiled in English global edition and it always accessed by www.baigudin.software/en/.

Class «DomBuilder\Element\Img»

img – image.

The img element represents an image.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public string|Img alt(string $value=NULL);

Returns or sets a value of 'alt' attribute.

Parameters:
string $value — attribute value.

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

public string|Img src(string $value=NULL);

Returns or sets a value of 'src' attribute.

Parameters:
string $value — attribute value.

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

Back to class list