PeServer

LocalTemplateSessionStore extends TemplateStore
in package

FinalYes

Table of Contents

Properties

$store  : SessionStore

Methods

__construct()  : mixed
createCookie()  : TemplateStore
createSession()  : TemplateStore
createTemporary()  : TemplateStore
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
get()  : mixed

Properties

Methods

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

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

        
On this page

Search results