PHP Класс BaiduCookieStore, thinksns

Наследование: extends BaiduStore
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$domain string The domain where to save the session cookie.

Открытые методы

Метод Описание
__construct ( string $clientId, string $domain = '' ) Consturctor
get ( $key, $default = false )
remove ( $key )
removeAll ( )
set ( $key, $value )

Описание методов

__construct() публичный Метод

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 get ( $key, $default = false )

remove() публичный Метод

public remove ( $key )

removeAll() публичный Метод

public removeAll ( )

set() публичный Метод

public set ( $key, $value )

Описание свойств

$domain защищенное свойство

The domain where to save the session cookie.
protected string $domain
Результат string