TemplateStore
in package
implements
ArrayAccess
AbstractYes
Table of Contents
Interfaces
- ArrayAccess
Methods
- createCookie() : TemplateStore
- createSession() : TemplateStore
- createTemporary() : TemplateStore
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- get() : mixed
Methods
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
abstract get(string $name) : mixed
Parameters
- $name : string