PHP Class Pix_Session_Adapter_Cookie, pixframework

Inheritance: extends Pix_Session_Adapter
Show file Open project: pixnet/pixframework

Protected Properties

Property Type Description
$_data

Public Methods

Method Description
__construct ( $config = [] )
clear ( )
delete ( $key )
get ( $key )
set ( $key, $value )

Protected Methods

Method Description
_getCookieDomain ( )
_getCookieKey ( )
_getCookiePath ( )
_getSignatureMethod ( )
_getTimeout ( )
_sig ( $string, $secret )
setCookie ( )

Method Details

__construct() public method

public __construct ( $config = [] )

_getCookieDomain() protected method

protected _getCookieDomain ( )

_getCookieKey() protected method

protected _getCookieKey ( )

_getCookiePath() protected method

protected _getCookiePath ( )

_getSignatureMethod() protected method

protected _getSignatureMethod ( )

_getTimeout() protected method

protected _getTimeout ( )

_sig() protected method

protected _sig ( $string, $secret )

clear() public method

public clear ( )

delete() public method

public delete ( $key )

get() public method

public get ( $key )

set() public method

public set ( $key, $value )

setCookie() protected method

protected setCookie ( )

Property Details

$_data protected property

protected $_data