You are here

public function Atom::getLastBuildDate in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Atom

Namespace

Zend\Feed\Reader\Feed

Code

public function getLastBuildDate() {
  return;
}