Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getKeyPathAndFilename PHP 메소드

getKeyPathAndFilename() 보호된 메소드

Returns the path and filename for the key with the given name.
protected getKeyPathAndFilename ( string $name ) : string
$name string
리턴 string
    protected function getKeyPathAndFilename($name)
    {
        return Utility\Files::concatenatePaths([$this->getPath(), $this->checkKeyName($name)]);
    }