public function FeedInterface::getDateCreated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php \Zend\Feed\Reader\Feed\FeedInterface::getDateCreated()
Get the feed creation date
Return value
string|null
2 methods override FeedInterface::getDateCreated()
- Atom::getDateCreated in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Atom.php - Get the feed creation date
- Rss::getDateCreated in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Rss.php - Get the feed creation date
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ FeedInterface.php, line 46
Class
Namespace
Zend\Feed\Reader\FeedCode
public function getDateCreated();