public function Callback::getFeedUpdate in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php \Zend\Feed\PubSubHubbub\Subscriber\Callback::getFeedUpdate()
Gets a newly received feed (Atom/RSS) sent by a Hub as an update to a Topic we've subscribed to.
Return value
string
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Subscriber/ Callback.php, line 210
Class
Namespace
Zend\Feed\PubSubHubbub\SubscriberCode
public function getFeedUpdate() {
return $this->feedUpdate;
}