PHP Class BaiduCookieStore, thinksns

Inheritance: extends BaiduStore
Afficher le fichier Open project: medz/thinksns-4

Protected Properties

Свойство Type Description
$domain string The domain where to save the session cookie.

Méthodes publiques

Méthode Description
__construct ( string $clientId, string $domain = '' ) Consturctor
get ( $key, $default = false )
remove ( $key )
removeAll ( )
set ( $key, $value )

Method Details

__construct() public méthode

Consturctor
public __construct ( string $clientId, string $domain = '' )
$clientId string App's client id.
$domain string The domain where to save the session cookie.

get() public méthode

public get ( $key, $default = false )

remove() public méthode

public remove ( $key )

removeAll() public méthode

public removeAll ( )

set() public méthode

public set ( $key, $value )

Property Details

$domain protected_oe property

The domain where to save the session cookie.
protected string $domain
Résultat string