public function EntryInterface::getDateCreated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php \Zend\Feed\Reader\Entry\EntryInterface::getDateCreated()
Get the entry creation date
Return value
string
2 methods override EntryInterface::getDateCreated()
- Atom::getDateCreated in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Get the entry creation date
- Rss::getDateCreated in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Get the entry's date of creation
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 43
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getDateCreated();