PHP 클래스 BaiduCookieStore, thinksns

상속: extends BaiduStore
파일 보기 프로젝트 열기: medz/thinksns-4

보호된 프로퍼티들

프로퍼티 타입 설명
$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