Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ManaPHP
Authentication
Token
Adapter
Mwt
PHP 클래스 ManaPHP\Authentication\Token\Adapter\Mwt
상속:
extends
ManaPHP\Component
,
implements
ManaPHP\Authentication\TokenInterface
파일 보기
프로젝트 열기: manaphp/manaphp
보호된 프로퍼티들
프로퍼티
타입
설명
$_fields
array
$_keys
array
$_ttl
integer
$_type
string
공개 메소드들
메소드
설명
__construct
(
array
$options
= [] )
Mwt constructor.
decode
(
string
$str
) :
static
encode
( ) :
string
메소드 상세
__construct()
공개
메소드
Mwt constructor.
public
__construct
(
array
$options
= [] )
$options
array
decode()
공개
메소드
public
decode
(
string
$str
) :
static
$str
string
리턴
static
encode()
공개
메소드
public
encode
( ) :
string
리턴
string
프로퍼티 상세
$_fields
보호되어 있는 프로퍼티
protected
array
$_fields
리턴
array
$_keys
보호되어 있는 프로퍼티
protected
array
$_keys
리턴
array
$_ttl
보호되어 있는 프로퍼티
protected
int
$_ttl
리턴
integer
$_type
보호되어 있는 프로퍼티
protected
string
$_type
리턴
string