Recaller

class Recaller (View source)

Properties

protected string $recaller The "recaller" / "remember me" cookie string.

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.

bool properString()

Determine if the recaller is an invalid string.

bool hasBothSegments()

Determine if the recaller has both segments.

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

protected bool properString()

Determine if the recaller is an invalid string.

Return Value

bool

protected bool hasBothSegments()

Determine if the recaller has both segments.

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