Documentation

Table Of Contents

Previous topic

< Interface Phalcon\Session\AdapterInterface

Next topic

Interface Phalcon\Translate\AdapterInterface >

This Page

Interface Phalcon\Session\BagInterface

Source on GitHub

Methods

abstract public initialize ()

...

abstract public destroy ()

...

abstract public set (mixed $property, mixed $value)

...

abstract public get (mixed $property, [mixed $defaultValue])

...

abstract public has (mixed $property)

...

abstract public __set (mixed $property, mixed $value)

...

abstract public __get (mixed $property)

...

abstract public __isset (mixed $property)

...

Follow along: