PHP 클래스 Pix_Session_Adapter_Cookie, pixframework

상속: extends Pix_Session_Adapter
파일 보기 프로젝트 열기: pixnet/pixframework

보호된 프로퍼티들

프로퍼티 타입 설명
$_data

공개 메소드들

메소드 설명
__construct ( $config = [] )
clear ( )
delete ( $key )
get ( $key )
set ( $key, $value )

보호된 메소드들

메소드 설명
_getCookieDomain ( )
_getCookieKey ( )
_getCookiePath ( )
_getSignatureMethod ( )
_getTimeout ( )
_sig ( $string, $secret )
setCookie ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $config = [] )

_getCookieDomain() 보호된 메소드

protected _getCookieDomain ( )

_getCookieKey() 보호된 메소드

protected _getCookieKey ( )

_getCookiePath() 보호된 메소드

protected _getCookiePath ( )

_getSignatureMethod() 보호된 메소드

protected _getSignatureMethod ( )

_getTimeout() 보호된 메소드

protected _getTimeout ( )

_sig() 보호된 메소드

protected _sig ( $string, $secret )

clear() 공개 메소드

public clear ( )

delete() 공개 메소드

public delete ( $key )

get() 공개 메소드

public get ( $key )

set() 공개 메소드

public set ( $key, $value )

setCookie() 보호된 메소드

protected setCookie ( )

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

protected $_data