You are here

public function FeedInterface::getId in Zircon Profile 8

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

Get the feed ID

Return value

string|null

2 methods override FeedInterface::getId()
Atom::getId in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Get the feed ID
Rss::getId in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Get the feed ID

File

vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php, line 74

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getId();