You are here

public function DeployServicesClient::__construct in Deploy Services Client 7

Initializes the DeployServicesClient class.

Parameters

DeployEndpoint $endpoint: The Deployment endpoint object to which Services requests will be made.

File

./deploy_services_client.client.inc, line 44
Defines a Services client class which communicates with Deployment endpoints.

Class

DeployServicesClient
Class which defines a Services client based on a Deployment endpoint.

Code

public function __construct(DeployEndpoint $endpoint) {
  $this->endpoint = $endpoint;
}