Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

PHP DOM Builder is unveiled in second revision

In 2014 year PHP DOM Builder library was unveiled at the first time within the framework of Baigudin Software project. Two years have been left after that moment and today we are glad to offer the second generation that is PHP DOM Builder Revision 2.

Class «DomBuilder\Element\A»

a – hyperlink.

The a element represents a hyperlink.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public string|A href(string $value=NULL);

Returns or sets a value of 'href' attribute.

Parameters:
string $value — attribute value.

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

Back to class list