You are here

protected function FeedsPlugin::__construct in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::__construct()
  2. 7 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();
}