You are here

public function FeedsFileBatch::__construct in Feeds 7

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

Constructor.

Overrides FeedsImportBatch::__construct

File

plugins/FeedsFileFetcher.inc, line 16
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) {
  parent::__construct('', $feed_nid);
  $this->file_path = $file_path;
}