You are here

public function Atom::getPermalink in Zircon Profile 8

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

Get a permalink to the entry

Return value

string

Overrides EntryInterface::getPermalink

File

vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php, line 236

Class

Atom

Namespace

Zend\Feed\Reader\Entry

Code

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