class PasswordBrokerManager implements PasswordBrokerFactory (View source)

Methods

void
__construct( Application $app)

Create a new PasswordBroker manager instance.

mixed
broker( string|null $name = null)

Attempt to get the broker from the local cache.

string
getDefaultDriver()

Get the default password broker name.

void
setDefaultDriver( string $name)

Set the default password broker name.

mixed
__call( string $method, array $parameters)

Dynamically call the default driver instance.

Details

at line line 31
void __construct( Application $app)

Create a new PasswordBroker manager instance.

Parameters

Application $app

Return Value

void

at line line 42
mixed broker( string|null $name = null)

Attempt to get the broker from the local cache.

Parameters

string|null $name

Return Value

mixed

at line line 116
string getDefaultDriver()

Get the default password broker name.

Return Value

string

at line line 127
void setDefaultDriver( string $name)

Set the default password broker name.

Parameters

string $name

Return Value

void

at line line 139
mixed __call( string $method, array $parameters)

Dynamically call the default driver instance.

Parameters

string $method
array $parameters

Return Value

mixed