Joli\SlackSecretSanta\Controller\SantaController::getSecretSantaSessionKey PHP Метод

getSecretSantaSessionKey() приватный Метод

private getSecretSantaSessionKey ( string $hash ) : string
$hash string
Результат string
    private function getSecretSantaSessionKey($hash)
    {
        return sprintf('secret-santa-%s', $hash);
    }