Imbo\Auth\AccessControl\Adapter\AdapterInterface::publicKeyExists PHP Метод

publicKeyExists() публичный Метод

Get whether a public key exists or not
public publicKeyExists ( string $publicKey ) : boolean
$publicKey string Public key to check
Результат boolean
    function publicKeyExists($publicKey);