public function FeedsHTTPFetcherAppendHeadersResult::__construct in Feeds HTTPFetcher Append Headers 7
Constructor.
Overrides FeedsFetcherResult::__construct
File
- plugins/
FeedsHTTPFetcherAppendHeaders.inc, line 20 - Home of the FeedsHTTPFetcherAppendHeaders and related classes.
Class
Code
public function __construct($url = NULL, $append_headers = '') {
$this->url = $url;
$this->append_headers = $append_headers;
parent::__construct('');
}