public function ClientFactory::__construct in Lockr 8.2
Construct a new client factory.
Parameters
\Lockr\Lockr $client:
File
- src/
ClientFactory.php, line 22
Class
- ClientFactory
- Creates various Lockr clients.
Namespace
Drupal\lockrCode
public function __construct(Lockr $client) {
$this->client = $client;
}