You are here

public function Rss::getPermalink in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php \Zend\Feed\Reader\Entry\Rss::getPermalink()

Get a permalink to the entry

Return value

string

Overrides EntryInterface::getPermalink

1 call to Rss::getPermalink()
Rss::getId in vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php
Get the entry ID

File

vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php, line 447

Class

Rss

Namespace

Zend\Feed\Reader\Entry

Code

public function getPermalink() {
  return $this
    ->getLink(0);
}