public function KeyClient::__construct in Lockr 7.2
Same name and namespace in other branches
- 7 src/Lockr/KeyClient.php \Lockr\KeyClient::__construct()
Constructs a SiteClient.
Parameters
Lockr $client The external interface.:
File
- vendor/
lockr/ lockr-client/ src/ KeyClient.php, line 25
Class
Namespace
LockrCode
public function __construct(Lockr $client) {
$this->client = $client;
}