Spatie\DbDumper\Databases\PostgreSql::getEnvironmentVariablesForDumpCommand PHP Méthode

getEnvironmentVariablesForDumpCommand() protected méthode

protected getEnvironmentVariablesForDumpCommand ( string $temporaryCredentialsFile ) : array
$temporaryCredentialsFile string
Résultat array
    protected function getEnvironmentVariablesForDumpCommand(string $temporaryCredentialsFile) : array
    {
        return ['PGPASSFILE' => $temporaryCredentialsFile, 'PGDATABASE' => $this->dbName];
    }