Documentation

RememberMeDetails
in package

Tags
author

Wouter de Jong wouter@wouterj.nl

Table of Contents

Constants

COOKIE_DELIMITER  = ':'

Properties

$expires  : int
$userFqcn  : string
$userIdentifier  : string
$value  : string

Methods

__construct()  : mixed
fromPersistentToken()  : self
fromRawCookie()  : self
getExpires()  : int
getUserFqcn()  : string
getUserIdentifier()  : string
getValue()  : string
toString()  : string
withValue()  : self

Constants

Properties

Methods

__construct()

public __construct(string $userFqcn, string $userIdentifier, int $expires, string $value) : mixed
Parameters
$userFqcn : string
$userIdentifier : string
$expires : int
$value : string

fromPersistentToken()

public static fromPersistentToken(PersistentToken $persistentToken, int $expires) : self
Parameters
$persistentToken : PersistentToken
$expires : int
Return values
self

fromRawCookie()

public static fromRawCookie(string $rawCookie) : self
Parameters
$rawCookie : string
Return values
self

getUserIdentifier()

public getUserIdentifier() : string
Return values
string

withValue()

public withValue(string $value) : self
Parameters
$value : string
Return values
self

        
On this page

Search results