public static function Reader::useHttpConditionalGet in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Reader.php \Zend\Feed\Reader\Reader::useHttpConditionalGet()
Set the flag indicating whether or not to use HTTP conditional GET
Parameters
bool $bool:
Return value
void
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Reader.php, line 176
Class
Namespace
Zend\Feed\ReaderCode
public static function useHttpConditionalGet($bool = true) {
static::$httpConditionalGet = $bool;
}