You are here

protected property Callback::$subscriptionKey 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::subscriptionKey

Holds a manually set subscription key (i.e. identifies a unique subscription) which is typical when it is not passed in the query string but is part of the Callback URL path, requiring manual retrieval e.g. using a route and the \Zend\Mvc\Router\RouteMatch::getParam() method.

Type: string

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php, line 33

Class

Callback

Namespace

Zend\Feed\PubSubHubbub\Subscriber

Code

protected $subscriptionKey = null;