FeedWriter\Feed::setAtomLink
Set custom 'link' channel elements.
In ATOM feeds, only one link with alternate relation and the same combination of type and hreflang values.
Signature
public function setAtomLink(
$href,
[
$rel = NULL,
[
$type = NULL,
[
$hreflang = NULL,
[
$title = NULL,
[
$length = NULL]]]]] )
Parameters
$href
—$rel
—$type
—$hreflang
—$title
—$length
—
Returns
- Feed