public get (mixed $property, [mixed $defaultValue]) Obtains a value from the session bag optionally setting
final public getIterator () Returns the bag iterator
final public offsetExists (mixed $property) ...
public destroy () Destroys the session bag
final public offsetUnset (mixed $property) ...
public __set (mixed $property, mixed $value) Magic setter to assign values to the session bag
final public offsetSet (mixed $property, mixed $value) ...
public __isset (mixed $property) Magic isset to check whether a property is defined in the bag
final public count () Return length of bag echo
final public offsetGet (mixed $property) ...
Page 1 of 2