__construct()
getFeedUpdate()
getHttpResponse()
getStorage()
getSubscriberCount()
handle()
hasFeedUpdate()
isValidHubVerification()
sendResponse()
setFeedUpdate()
setHttpResponse()
setOptions()
setStorage()
setSubscriberCount()
setSubscriptionKey()
_detectCallbackUrl()
_getHeader()
_getHttpHost()
_getRawBody()
$httpResponse
$storage
$subscriberCount
__construct(array | \Traversable $options)
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::__construct() |
---|
array\Traversable
Options array or Traversable object
getFeedUpdate() : string
string
getHttpResponse() : \Zend\Feed\PubSubHubbub\HttpResponse | \Zend\Http\PhpEnvironment\Response
This is implemented in Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with (i.e. not inherited from) Zend\Controller\Response\Http.
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::getHttpResponse() |
---|
getStorage() : \Zend\Feed\PubSubHubbub\Model\SubscriptionPersistenceInterface
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::getStorage() |
---|
\Zend\Feed\PubSubHubbub\Exception\RuntimeException |
---|
getSubscriberCount() : int
In other words, is this class serving one or more subscribers? How many?
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::getSubscriberCount() |
---|
int
handle(array $httpGetData, bool $sendResponseNow) : void
This should be the Hub Server confirming the the request prior to taking action on it.
array
GET data if available and not in $_GET
bool
Whether to send response now or when asked
hasFeedUpdate() : bool
bool
isValidHubVerification(array $httpGetData) : bool
array
bool
sendResponse() : void
If you wish to handle this via Zend\Http, use the getter methods to retrieve any data needed to be set on your HTTP Response object, or simply give this object the HTTP Response instance to work with for you!
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::sendResponse() |
---|
setFeedUpdate(string $feed) : \Zend\Feed\PubSubHubbub\Subscriber\Callback
setHttpResponse(\Zend\Feed\PubSubHubbub\HttpResponse | \Zend\Http\PhpEnvironment\Response $httpResponse) : \Zend\Feed\PubSubHubbub\AbstractCallback
This is implemented in Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with (i.e. not inherited from) Zend\Controller\Response\Http.
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::setHttpResponse() |
---|
\Zend\Feed\PubSubHubbub\Exception\InvalidArgumentException |
---|
setOptions(array | \Traversable $options) : \Zend\Feed\PubSubHubbub\AbstractCallback
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::setOptions() |
---|
array\Traversable
Options array or Traversable object
\Zend\Feed\PubSubHubbub\Exception\InvalidArgumentException |
---|
setStorage(\Zend\Feed\PubSubHubbub\Model\SubscriptionPersistenceInterface $storage) : \Zend\Feed\PubSubHubbub\AbstractCallback
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::setStorage() |
---|
setSubscriberCount(string | int $count) : \Zend\Feed\PubSubHubbub\AbstractCallback
In other words, is this class serving one or more subscribers? How many? Defaults to 1 if left unchanged.
inherited_from | \Zend\Feed\PubSubHubbub\AbstractCallback::setSubscriberCount() |
---|
stringint
\Zend\Feed\PubSubHubbub\Exception\InvalidArgumentException |
---|
setSubscriptionKey(string $key) : \Zend\Feed\PubSubHubbub\Subscriber\Callback
Required if usePathParameter is enabled for the Subscriber.
string