You are here

public function Feed::current in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Writer/Feed.php \Zend\Feed\Writer\Feed::current()

Return the current entry

Return value

Entry

File

vendor/zendframework/zend-feed/src/Writer/Feed.php, line 171

Class

Feed

Namespace

Zend\Feed\Writer

Code

public function current() {
  return $this->entries[$this
    ->key()];
}