Altax\Module\Server\Resource\KeyPassphraseMap::hasPassphraseAtKey PHP 메소드

hasPassphraseAtKey() 공개 메소드

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