You are here

public function Callback::getFeedUpdate in Zircon Profile 8

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

Callback

Namespace

Zend\Feed\PubSubHubbub\Subscriber

Code

public function getFeedUpdate() {
  return $this->feedUpdate;
}