You are here

public function Subscriber::getLeaseSeconds in Zircon Profile 8

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

Get the number of lease seconds on subscriptions

Return value

int

1 call to Subscriber::getLeaseSeconds()
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 244

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function getLeaseSeconds() {
  return $this->leaseSeconds;
}