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. | |
string | hash() Get the password from the recaller. | |
bool | valid() Determine if the recaller is valid. | |
bool | properString() Determine if the recaller is an invalid string. | |
bool | hasAllSegments() Determine if the recaller has all segments. |
Details
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.
string hash()
Get the password from the recaller.
bool valid()
Determine if the recaller is valid.
protected bool properString()
Determine if the recaller is an invalid string.
protected bool hasAllSegments()
Determine if the recaller has all segments.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.7/Illuminate/Auth/Recaller.html