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