public function Feed::current in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Writer/Feed.php \Zend\Feed\Writer\Feed::current()
Return the current entry
Return value
File
- vendor/
zendframework/ zend-feed/ src/ Writer/ Feed.php, line 171
Class
Namespace
Zend\Feed\WriterCode
public function current() {
return $this->entries[$this
->key()];
}