You are here

public function FeedsFileBatch::__construct in Feeds 6

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

Constructor.

Overrides FeedsImportBatch::__construct

File

plugins/FeedsFileFetcher.inc, line 18
Home of the FeedsFileFetcher and related classes.

Class

FeedsFileBatch
Definition of the import batch object created on the fetching stage by FeedsFileFetcher.

Code

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