Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Symfony
Component
Security
Core
Authentication
RememberMe
PersistentToken
PHP 클래스 Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken
저자:
Johannes M. Schmitt (
[email protected]
)
상속:
implements
Symfony\Component\Security\Core\Authentication\RememberMe\PersistentTokenInterface
파일 보기
프로젝트 열기: symfony/security
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$class
,
string
$username
,
string
$series
,
string
$tokenValue
,
DateTime
$lastUsed
)
Constructor.
getClass
( )
getLastUsed
( )
getSeries
( )
getTokenValue
( )
getUsername
( )
메소드 상세
__construct()
공개
메소드
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
getClass
( )
getLastUsed()
공개
메소드
public
getLastUsed
( )
getSeries()
공개
메소드
public
getSeries
( )
getTokenValue()
공개
메소드
public
getTokenValue
( )
getUsername()
공개
메소드
public
getUsername
( )