You are here

protected property FeedsSource::$importer in Feeds 6

Same name and namespace in other branches
  1. 7.2 includes/FeedsSource.inc \FeedsSource::importer
  2. 7 includes/FeedsSource.inc \FeedsSource::importer

File

includes/FeedsSource.inc, line 84
Definition of FeedsSourceInterface and FeedsSource class.

Class

FeedsSource
This class encapsulates a source of a feed. It stores where the feed can be found and how to import it.

Code

protected $importer;