PHP Class Password, someline-starter

Inheritance: extends Inf_Controller
Afficher le fichier Open project: someline/someline-starter Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getDefaultDriver() public static méthode

Get the default password broker name.
public static getDefaultDriver ( ) : string
Résultat string

setDefaultDriver() public static méthode

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