public function Atom::getLastBuildDate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php \Zend\Feed\Reader\Feed\Atom::getLastBuildDate()
Get the feed lastBuild date. This is not implemented in Atom.
Return value
string|null
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Atom.php, line 153
Class
Namespace
Zend\Feed\Reader\FeedCode
public function getLastBuildDate() {
return;
}