public function CallbackInterface::handle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php \Zend\Feed\PubSubHubbub\CallbackInterface::handle()
Handle any callback from a Hub Server responding to a subscription or unsubscription request. This should be the Hub Server confirming the the request prior to taking action on it.
Parameters
array $httpData GET/POST data if available and not in $_GET/POST:
bool $sendResponseNow Whether to send response now or when asked:
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ CallbackInterface.php, line 22
Class
Namespace
Zend\Feed\PubSubHubbubCode
public function handle(array $httpData = null, $sendResponseNow = false);