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

getPath() 보호된 메소드

Helper function to get the base path for key storage.
protected getPath ( ) : string
리턴 string
    protected function getPath()
    {
        return Utility\Files::concatenatePaths([FLOW_PATH_DATA, 'Persistent', 'FileBasedSimpleKeyService']);
    }