Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Symfony
Component
Security
Core
Authentication
RememberMe
PersistentToken
PHP Class Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken
Author:
Johannes M. Schmitt (
[email protected]
)
Inheritance:
implements
Symfony\Component\Security\Core\Authentication\RememberMe\PersistentTokenInterface
ファイルを表示
Open project: symfony/security
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$class
,
string
$username
,
string
$series
,
string
$tokenValue
,
DateTime
$lastUsed
)
Constructor.
getClass
( )
getLastUsed
( )
getSeries
( )
getTokenValue
( )
getUsername
( )
Method Details
__construct()
public
method
Constructor.
public
__construct
(
string
$class
,
string
$username
,
string
$series
,
string
$tokenValue
,
DateTime
$lastUsed
)
$class
string
$username
string
$series
string
$tokenValue
string
$lastUsed
DateTime
getClass()
public
method
public
getClass
( )
getLastUsed()
public
method
public
getLastUsed
( )
getSeries()
public
method
public
getSeries
( )
getTokenValue()
public
method
public
getTokenValue
( )
getUsername()
public
method
public
getUsername
( )