public static function Lockr::site in Lockr 7.2
Same name and namespace in other branches
- 7 src/Lockr/Lockr.php \Lockr\Lockr::site()
Returns the client for site operations.
Return value
SiteClient The site client.
File
- vendor/
lockr/ lockr-client/ src/ Lockr.php, line 45
Class
- Lockr
- Primary interface for Lockr API calls.
Namespace
LockrCode
public static function site() {
return new SiteClient(self::create());
}