You are here

public function DeployProcessor::__construct in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 includes/DeployProcessor.inc \DeployProcessor::__construct()

Constructor for a deploy processor.

Parameters

DeployAggregator $aggregator: The aggregator object that will be processed.

array $config: An associative array of configuration settings for the processor.

1 method overrides DeployProcessor::__construct()
DeployProcessorMemory::__construct in plugins/DeployProcessorMemory.inc
Constructor for a deploy processor.

File

includes/DeployProcessor.inc, line 20
Interface definition for deploy processors.

Class

DeployProcessor
The interface for deployment processors.

Code

public function __construct(DeployAggregator $aggregator, array $config = array());