You are here

public function DeployAggregator::__construct in Deploy - Content Staging 7.2

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

Constructor for a deploy aggregator.

Parameters

DeployPlan $plan: The plan that will use this aggregator.

array $config: An associative array representing the configuration settings for the aggregator.

1 method overrides DeployAggregator::__construct()
DeployAggregatorBase::__construct in includes/DeployAggregator.inc
Constructor for a deploy aggregator.

File

includes/DeployAggregator.inc, line 22
Interface definition for deploy aggregators.

Class

DeployAggregator
Interface for all deploy aggregators.

Code

public function __construct(DeployPlan $plan = NULL, array $config = array());