Recaller
in package
Table of Contents
- $recaller : string
- The "recaller" / "remember me" cookie string.
- __construct() : void
- Create a new recaller instance.
- hash() : string
- Get the password from the recaller.
- id() : string
- Get the user ID from the recaller.
- token() : string
- Get the "remember token" token from the recaller.
- valid() : bool
- Determine if the recaller is valid.
- hasAllSegments() : bool
- Determine if the recaller has all segments.
- properString() : bool
- Determine if the recaller is an invalid string.
Properties
$recaller
The "recaller" / "remember me" cookie string.
protected
string
$recaller
Methods
__construct()
Create a new recaller instance.
public
__construct(string $recaller) : void
Parameters
- $recaller : string
Return values
void —hash()
Get the password from the recaller.
public
hash() : string
Return values
string —id()
Get the user ID from the recaller.
public
id() : string
Return values
string —token()
Get the "remember token" token from the recaller.
public
token() : string
Return values
string —valid()
Determine if the recaller is valid.
public
valid() : bool
Return values
bool —hasAllSegments()
Determine if the recaller has all segments.
protected
hasAllSegments() : bool
Return values
bool —properString()
Determine if the recaller is an invalid string.
protected
properString() : bool