You are here

public function EntryInterface::getLinks in Zircon Profile 8

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

Get all links

Return value

array

2 methods override EntryInterface::getLinks()
Atom::getLinks in vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php
Get all links
Rss::getLinks in vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php
Get all links

File

vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php, line 86

Class

EntryInterface

Namespace

Zend\Feed\Reader\Entry

Code

public function getLinks();