Altax\Module\Server\Resource\KeyPassphraseMap::setPassphraseAtKey PHP Méthode

setPassphraseAtKey() public méthode

public setPassphraseAtKey ( $keyPath, $passphrase )
    public function setPassphraseAtKey($keyPath, $passphrase)
    {
        $this->map[realpath($keyPath)] = $passphrase;
        return $this;
    }