CORE POS - IS4C
The CORE POS front end
Public Member Functions | List of all members
COREPOS\pos\lib\LocalStorage\SessionStorage Class Reference
Inheritance diagram for COREPOS\pos\lib\LocalStorage\SessionStorage:
COREPOS\pos\lib\LocalStorage\LocalStorage

Public Member Functions

 get ($key)
 
 set ($key, $val)
 
 iteratorKeys ()
 
- Public Member Functions inherited from COREPOS\pos\lib\LocalStorage\LocalStorage
 __construct ()
 
 get ($key)
 
 set ($key, $val)
 
 current ()
 
 key ()
 
 next ()
 
 valid ()
 
 rewind ()
 
 iteratorKeys ()
 

Additional Inherited Members

- Protected Member Functions inherited from COREPOS\pos\lib\LocalStorage\LocalStorage
 debug ()
 
- Protected Attributes inherited from COREPOS\pos\lib\LocalStorage\LocalStorage
 $iterator_position = 0
 
 $iterator_keys = array()
 

Detailed Description

A LocalStorage implementation using PHP sessions.

The module will try to start session as needed but performance is better if session.auto_start is enabled in php.ini.


The documentation for this class was generated from the following file: