public function LockrClient::hasCert in Lockr 7.3
Whether the request will have a client cert attached.
Return value
bool
File
- vendor/
lockr/ lockr/ src/ LockrClient.php, line 39
Class
Namespace
LockrCode
public function hasCert() {
return $this->hasCert;
}