You are here

public function BaseCcuClient::__construct in Akamai 7.3

Implements CcuClientInterface::__construct().

Overrides CcuClientInterface::__construct

File

src/BaseCcuClient.php, line 51
Constains the Drupal\akamai\BaseCcuClient class.

Class

BaseCcuClient

Namespace

Drupal\akamai

Code

public function __construct(EdgeGridClient $client) {
  $this->client = $client;
  $this->network = static::NETWORK_PRODUCTION;
  $this->operation = static::OPERATION_INVALIDATE;
}