public function KeyClient::__construct in Lockr 7
Same name and namespace in other branches
- 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
Namespace
LockrCode
public function __construct(Lockr $client) {
$this->client = $client;
}