You are here

public static function Reader::useHttpConditionalGet in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Reader

Namespace

Zend\Feed\Reader

Code

public static function useHttpConditionalGet($bool = true) {
  static::$httpConditionalGet = $bool;
}