PHP Трейт Krucas\LaravelUserEmailVerification\RegistersUsers

Наследование: use trait RedirectsUsers
Показать файл Открыть проект

Открытые методы

Метод Описание
getBroker ( ) : string | null Get the broker to be used during verification process.
register ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Handle a registration request for the application.

Защищенные методы

Метод Описание
getEmailSubject ( ) : string Get the e-mail subject line to be used for the reset link email.
getGuard ( ) : string | null Get the guard to be used during verification.

Описание методов

getBroker() публичный Метод

Get the broker to be used during verification process.
public getBroker ( ) : string | null
Результат string | null

getEmailSubject() защищенный Метод

Get the e-mail subject line to be used for the reset link email.
protected getEmailSubject ( ) : string
Результат string

getGuard() защищенный Метод

Get the guard to be used during verification.
protected getGuard ( ) : string | null
Результат string | null

register() публичный Метод

Handle a registration request for the application.
public register ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request
Результат Illuminate\Http\Response