public function OAuthHTTPFetcher::__construct in Feeds OAuth 7
File
- ./
OAuthHTTPFetcher.inc, line 103 - Definition of the import batch object created on the fetching stage by OAuthHTTPFetcher.
Class
- OAuthHTTPFetcher
- Support OAuth authentication.
Code
public function __construct($url = NULL) {
parent::__construct($url);
$this->two = $this instanceof OAuth2HTTPSFetcher;
}