public function Subscriber::getAuthentications 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::getAuthentications()
Get all hub URL authentication credentials
Return value
array
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Subscriber.php, line 417
Class
Namespace
Zend\Feed\PubSubHubbubCode
public function getAuthentications() {
return $this->authentications;
}