You are here

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

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

Constructor for a deploy authenticator.

Parameters

DeployService $service: The service object that we need to authenticate for.

array $config: An associative array representing the configration options for the authenticator.

2 methods override DeployAuthenticator::__construct()
DeployAuthenticatorSession::__construct in plugins/DeployAuthenticatorSession.inc
Constructor for a deploy authenticator.
DeployRemoteCcAuthenticatorSession::__construct in modules/deploy_remote_cc/plugins/DeployRemoteCcAuthenticatorSession.inc
Constructor for a deploy authenticator.

File

includes/DeployAuthenticator.inc, line 22
Interface definition for deploy authenticators.

Class

DeployAuthenticator
Interface for deploy authenticators.

Code

public function __construct(DeployService $service, array $config = array());