PHP 클래스 Autarky\Http\CookieQueue

파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$cookies

공개 메소드들

메소드 설명
all ( )
get ( $key )
has ( $key )
remove ( $key )
set ( $key, $value )

메소드 상세

all() 공개 메소드

public all ( )

get() 공개 메소드

public get ( $key )

has() 공개 메소드

public has ( $key )

remove() 공개 메소드

public remove ( $key )

set() 공개 메소드

public set ( $key, $value )

프로퍼티 상세

$cookies 보호되어 있는 프로퍼티

protected $cookies