Recaller (Auth)

Recaller

class Recaller (View source)

Methods

void __construct(string $recaller)

Create a new recaller instance.

string id()

Get the user ID from the recaller.

string token()

Get the "remember token" token from the recaller.

bool valid()

Determine if the recaller is valid.

Details

void __construct(string $recaller)

Create a new recaller instance.

Parameters

string $recaller

Return Value

void

string id()

Get the user ID from the recaller.

Return Value

string

string token()

Get the "remember token" token from the recaller.

Return Value

string

bool valid()

Determine if the recaller is valid.

Return Value

bool

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部