$id
$id : string
Specifies a unique id for an element.
A HTML element for link tags.
newAtomFeed(string $id, string $href, string|null $title = null) : \OpenEstate\PhpExport\Html\Link
Create a link for an atom feed.
string | $id | id attribute |
string | $href | URL of the atom feed |
string|null | $title | title of the atom feed |
created Link element
newRssFeed(string $id, string $href, string|null $title = null) : \OpenEstate\PhpExport\Html\Link
Create a link for a rss feed.
string | $id | id attribute |
string | $href | URL of the atom feed |
string|null | $title | title of the atom feed |
created Link element