public function Entry::setSource in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Writer/Entry.php \Zend\Feed\Writer\Entry::setSource()
Appends a Zend\Feed\Writer\Entry object representing a new entry/item the feed data container's internal group of entries.
Parameters
Source $source:
Return value
File
- vendor/
zendframework/ zend-feed/ src/ Writer/ Entry.php, line 733
Class
Namespace
Zend\Feed\WriterCode
public function setSource(Source $source) {
$this->data['source'] = $source;
return $this;
}