PHP 클래스 PSR7Sessions\Storageless\Session\DefaultSessionData

상속: implements PSR7Sessions\Storageless\Session\SessionInterface
파일 보기 프로젝트 열기: Ocramius/PSR7Session 1 사용 예제들

공개 메소드들

메소드 설명
clear ( ) {@inheritDoc}
fromDecodedTokenData ( stdClass $data ) : self
fromTokenData ( array $data ) : self
get ( string $key, $default = null ) {@inheritDoc}
has ( string $key ) : boolean {@inheritDoc}
hasChanged ( ) : boolean {@inheritDoc}
isEmpty ( ) : boolean {@inheritDoc}
jsonSerialize ( ) {@inheritDoc}
newEmptySession ( ) : self
remove ( string $key ) {@inheritDoc}
set ( string $key, $value ) {@inheritDoc}

비공개 메소드들

메소드 설명
__construct ( ) Instantiation via __construct is not allowed, use - {@see DefaultSessionData::fromDecodedTokenData} - {@see DefaultSessionData::fromTokenData} - {@see DefaultSessionData::newEmptySession} instead
convertValueToScalar ( integer | boolean | string | float | array | object | JsonSerializable $value ) : integer | boolean | string | float | array

메소드 상세

clear() 공개 메소드

{@inheritDoc}
public clear ( )

fromDecodedTokenData() 공개 정적인 메소드

public static fromDecodedTokenData ( stdClass $data ) : self
$data stdClass
리턴 self

fromTokenData() 공개 정적인 메소드

public static fromTokenData ( array $data ) : self
$data array
리턴 self

get() 공개 메소드

{@inheritDoc}
public get ( string $key, $default = null )
$key string

has() 공개 메소드

{@inheritDoc}
public has ( string $key ) : boolean
$key string
리턴 boolean

hasChanged() 공개 메소드

{@inheritDoc}
public hasChanged ( ) : boolean
리턴 boolean

isEmpty() 공개 메소드

{@inheritDoc}
public isEmpty ( ) : boolean
리턴 boolean

jsonSerialize() 공개 메소드

{@inheritDoc}
public jsonSerialize ( )

newEmptySession() 공개 정적인 메소드

public static newEmptySession ( ) : self
리턴 self

remove() 공개 메소드

{@inheritDoc}
public remove ( string $key )
$key string

set() 공개 메소드

{@inheritDoc}
public set ( string $key, $value )
$key string