LocalTemplateCookieStore
extends TemplateStore
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- createCookie() : TemplateStore
- createSession() : TemplateStore
- createTemporary() : TemplateStore
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- get() : mixed
Properties
$store
private
CookieStore
$store
Methods
__construct()
public
__construct(CookieStore $store) : mixed
Parameters
- $store : CookieStore
createCookie()
public
static createCookie(CookieStore $store) : TemplateStore
Parameters
- $store : CookieStore
Return values
TemplateStorecreateSession()
public
static createSession(SessionStore $store) : TemplateStore
Parameters
- $store : SessionStore
Return values
TemplateStorecreateTemporary()
public
static createTemporary(TemporaryStore $store) : TemplateStore
Parameters
- $store : TemporaryStore
Return values
TemplateStoreoffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
get()
protected
get(string $name) : mixed
Parameters
- $name : string