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

setPassphraseAtKey() 공개 메소드

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