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