PHP Class Password, someline-starter

Inheritance: extends Inf_Controller
ファイルを表示 Open project: someline/someline-starter Class Usage Examples

Public Methods

Method Description
broker ( string $name = null ) : Illuminate\Contracts\Auth\PasswordBroker Attempt to get the broker from the local cache.
getDefaultDriver ( ) : string Get the default password broker name.
setDefaultDriver ( string $name ) : void Set the default password broker name.

Method Details

broker() public static method

Attempt to get the broker from the local cache.
public static broker ( string $name = null ) : Illuminate\Contracts\Auth\PasswordBroker
$name string
return Illuminate\Contracts\Auth\PasswordBroker

getDefaultDriver() public static method

Get the default password broker name.
public static getDefaultDriver ( ) : string
return string

setDefaultDriver() public static method

Set the default password broker name.
public static setDefaultDriver ( string $name ) : void
$name string
return void