Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

EOOS Automotive R22-08 is released in version v0.10.0

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

Class «DomBuilder\Element\Link»

link – inter-document relationship metadata.

The link element represents metadata that expresses inter-document relationships.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester

public Link typeCss(string $href);

Sets this element as 'text/css' type.

Parameters:
string $href — a value of 'href' attribute.

Returns:
Link — this element.

public Link typeImage(string $href);

Sets tag as 'image/x-icon' type.

Parameters:
string $href — a value of 'href' attribute.

Returns:
Link — this element.

Back to class list