You are here

public function KeyClient::__construct in Lockr 7

Same name and namespace in other branches
  1. 7.2 vendor/lockr/lockr-client/src/KeyClient.php \Lockr\KeyClient::__construct()

Constructs a SiteClient.

Parameters

Lockr $client The external interface.:

File

src/Lockr/KeyClient.php, line 26

Class

KeyClient

Namespace

Lockr

Code

public function __construct(Lockr $client) {
  $this->client = $client;
}