class DatabaseConfig implements Arrayable

Methods

__construct(string $driver, string|null $host, int $port, string $database, string|null $username, string|null $password, string|null $prefix)

No description

array
toArray()

No description

void
prepare(Paths $paths)

No description

Details

__construct(string $driver, string|null $host, int $port, string $database, string|null $username, string|null $password, string|null $prefix)

Parameters

string $driver
string|null $host
int $port
string $database
string|null $username
string|null $password
string|null $prefix

array toArray()

Return Value

array

void prepare(Paths $paths)

Parameters

Paths $paths

Return Value

void