class Illuminate / Auth / Recaller
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Recaller

Properties

protected

$recaller string

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

Default: null

Methods

public

__construct ( $recaller ) : void

Create a new recaller instance.

Parameters

  • $recaller string
public

id ( ) : string

Get the user ID from the recaller.

public

token ( ) : string

Get the "remember token" token from the recaller.

public

hash ( ) : string

Get the password from the recaller.

public

valid ( ) : bool

Determine if the recaller is valid.

protected

properString ( ) : bool

Determine if the recaller is an invalid string.

protected

hasAllSegments ( ) : bool

Determine if the recaller has all segments.

public

segments ( ) : array

Get the recaller's segments.