protected function FeedsPlugin::__construct in Feeds 7
Same name and namespace in other branches
- 6 plugins/FeedsPlugin.inc \FeedsPlugin::__construct()
- 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::__construct()
Constructor.
Initialize class variables.
Overrides FeedsConfigurable::__construct
File
- plugins/
FeedsPlugin.inc, line 22 - Definition of FeedsPlugin class.
Class
- FeedsPlugin
- Implement source interface for all plugins.
Code
protected function __construct($id) {
parent::__construct($id);
$this->source_config = $this
->sourceDefaults();
}