PasswordBrokerManager (Auth\Passwords)

PasswordBrokerManager

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

void __construct(Application $app)

Create a new PasswordBroker manager instance.

Parameters

Application $app

Return Value

void

mixed broker(string|null $name = null)

Attempt to get the broker from the local cache.

Parameters

string|null $name

Return Value

mixed

string getDefaultDriver()

Get the default password broker name.

Return Value

string

void setDefaultDriver(string $name)

Set the default password broker name.

Parameters

string $name

Return Value

void

mixed __call(string $method, array $parameters)

Dynamically call the default driver instance.

Parameters

string $method
array $parameters

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Auth/Passwords/PasswordBrokerManager.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部