PHP Class Autarky\Http\CookieQueue

Show file Open project: autarky/framework

Protected Properties

Property Type Description
$cookies

Public Methods

Method Description
all ( )
get ( $key )
has ( $key )
remove ( $key )
set ( $key, $value )

Method Details

all() public method

public all ( )

get() public method

public get ( $key )

has() public method

public has ( $key )

remove() public method

public remove ( $key )

set() public method

public set ( $key, $value )

Property Details

$cookies protected property

protected $cookies