public function Subscriber::usePathParameter 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::usePathParameter()
Set flag indicating whether or not to use a path parameter
Parameters
bool $bool:
Return value
1 call to Subscriber::usePathParameter()
- Subscriber::setOptions in vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Subscriber.php - Process any injected configuration options
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Subscriber.php, line 428
Class
Namespace
Zend\Feed\PubSubHubbubCode
public function usePathParameter($bool = true) {
$this->usePathParameter = $bool;
return $this;
}