Manager
class Manager (View source)
Methods
void
string
getDefaultDriver()
Get the default driver name.
mixed
driver(
string $driver = null)
Get a driver instance.
array
getDrivers()
Get all of the created "drivers".
mixed
__call(
string $method,
array $parameters)
Dynamically call the default driver instance.