You are here

public function Subscriber::getParameters in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php \Zend\Feed\PubSubHubbub\Subscriber::getParameters()

Return an array of optional parameters for (un)subscribe requests

Return value

array

1 call to Subscriber::getParameters()
Subscriber::_getRequestParameters in vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php
Return a list of standard protocol/optional parameters for addition to client's POST body that are specific to the current Hub Server URL

File

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

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function getParameters() {
  return $this->parameters;
}