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