class RegisteredDriver (View source)

Properties

protected string $driver
protected int $priority

Methods

__construct(string $driver, int $priority)

No description

string
getDriver()

No description

int
getPriority()

No description

Details

__construct(string $driver, int $priority)

No description

Parameters

string $driver
int $priority

DriverInterface inflateClass(Application $app)

No description

Parameters

Application $app

Return Value

DriverInterface

string getDriver()

No description

Return Value

string

int getPriority()

No description

Return Value

int