protected property Subscriber::$preferredVerificationMode in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php \Zend\Feed\PubSubHubbub\Subscriber::preferredVerificationMode
The preferred verification mode (sync or async). By default, this Subscriber prefers synchronous verification, but is considered desirable to support asynchronous verification if possible.
Zend\Feed\Pubsubhubbub\Subscriber will always send both modes, whose order of occurrence in the parameter list determines this preference.
Type: string
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Subscriber.php, line 71
Class
Namespace
Zend\Feed\PubSubHubbubCode
protected $preferredVerificationMode = PubSubHubbub::VERIFICATION_MODE_SYNC;