You are here

public function FeedsHTTPBatch::__construct in Feeds 6

Same name and namespace in other branches
  1. 7 plugins/FeedsHTTPFetcher.inc \FeedsHTTPBatch::__construct()

Constructor.

Overrides FeedsImportBatch::__construct

File

plugins/FeedsHTTPFetcher.inc, line 21

Class

FeedsHTTPBatch
Definition of the import batch object created on the fetching stage by FeedsHTTPFetcher.

Code

public function __construct($url = NULL, $feed_nid) {
  $this->url = $url;
  parent::__construct('', $feed_nid);
}