public function FeedsFileFetcherResult::__construct in Feeds 7.2
Constructor.
Overrides FeedsFetcherResult::__construct
File
- plugins/
FeedsFileFetcher.inc, line 17 - Home of the FeedsFileFetcher and related classes.
Class
- FeedsFileFetcherResult
- Definition of the import batch object created on the fetching stage by FeedsFileFetcher.
Code
public function __construct($file_path) {
parent::__construct('');
$this->file_path = $file_path;
}