You are here

public static function Lockr::key in Lockr 7.2

Same name and namespace in other branches
  1. 7 src/Lockr/Lockr.php \Lockr\Lockr::key()

Returns the client for key operations.

Return value

KeyClient The key client.

File

vendor/lockr/lockr-client/src/Lockr.php, line 55

Class

Lockr
Primary interface for Lockr API calls.

Namespace

Lockr

Code

public static function key() {
  return new KeyClient(self::create());
}