You are here

public property DeployEndpoint::$authenticator in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 includes/DeployEndpoint.inc \DeployEndpoint::authenticator

The authenticator object that will be used to push to this endpoint.

Type: DeployAuthenticator

File

includes/DeployEndpoint.inc, line 61
Base class for Deploy endpoint definitions.

Class

DeployEndpoint
Class representing a deployment endpoint.

Code

public $authenticator = NULL;