PHP Class BaiduCookieStore, thinksns

Inheritance: extends BaiduStore
Show file Open project: medz/thinksns-4

Protected Properties

Property Type Description
$domain string The domain where to save the session cookie.

Public Methods

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

Method Details

__construct() public method

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 method

public get ( $key, $default = false )

remove() public method

public remove ( $key )

removeAll() public method

public removeAll ( )

set() public method

public set ( $key, $value )

Property Details

$domain protected property

The domain where to save the session cookie.
protected string $domain
return string