PHP 클래스 Password, someline-starter

상속: extends Inf_Controller
파일 보기 프로젝트 열기: someline/someline-starter 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

broker() 공개 정적인 메소드

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

getDefaultDriver() 공개 정적인 메소드

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

setDefaultDriver() 공개 정적인 메소드

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