Altax\Module\Server\Resource\KeyPassphraseMap::hasPassphraseAtKey PHP Method

hasPassphraseAtKey() public method

public hasPassphraseAtKey ( $keyPath )
    public function hasPassphraseAtKey($keyPath)
    {
        if ($this->getPassphraseAtKey($keyPath) === null) {
            return false;
        } else {
            return true;
        }
    }