public function Subscriber::getLeaseSeconds in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Zend\Feed\PubSubHubbubCode
public function getLeaseSeconds() {
return $this->leaseSeconds;
}