PHP Class Pix_Session_Adapter_Cookie, pixframework

Inheritance: extends Pix_Session_Adapter
Afficher le fichier Open project: pixnet/pixframework

Protected Properties

Свойство Type Description
$_data

Méthodes publiques

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

Méthodes protégées

Méthode Description
_getCookieDomain ( )
_getCookieKey ( )
_getCookiePath ( )
_getSignatureMethod ( )
_getTimeout ( )
_sig ( $string, $secret )
setCookie ( )

Method Details

__construct() public méthode

public __construct ( $config = [] )

_getCookieDomain() protected méthode

protected _getCookieDomain ( )

_getCookieKey() protected méthode

protected _getCookieKey ( )

_getCookiePath() protected méthode

protected _getCookiePath ( )

_getSignatureMethod() protected méthode

protected _getSignatureMethod ( )

_getTimeout() protected méthode

protected _getTimeout ( )

_sig() protected méthode

protected _sig ( $string, $secret )

clear() public méthode

public clear ( )

delete() public méthode

public delete ( $key )

get() public méthode

public get ( $key )

set() public méthode

public set ( $key, $value )

setCookie() protected méthode

protected setCookie ( )

Property Details

$_data protected_oe property

protected $_data