You are here

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

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

Constructor for a deploy service.

Parameters

array $config: An associative array containing the settings for the service plugin.

1 method overrides DeployService::__construct()
DeployServiceRest::__construct in includes/DeployServiceRest.inc
Constructor for a service plugin.

File

includes/DeployService.inc, line 18
Interface definition for deploy service.

Class

DeployService
Interface for all deploy service plugins.

Code

public function __construct(array $config = array());