You are here

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

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

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

Type: DeployService

File

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

Class

DeployEndpoint
Class representing a deployment endpoint.

Code

public $service = NULL;