Spatie\DbDumper\Databases\PostgreSql::getEnvironmentVariablesForDumpCommand PHP 메소드

getEnvironmentVariablesForDumpCommand() 보호된 메소드

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