ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Storage Interface Reference

Storage is simple key/value store without further schema definition. More...

+ Inheritance diagram for ILIAS\UI\Storage:
+ Collaboration diagram for ILIAS\UI\Storage:

Detailed Description

Storage is simple key/value store without further schema definition.

It's used to (mainly temporarily) keep parameters induced by a user interaction, e.g. operating view controls. Storage has no data-separation or id-handling on its own, so, recommandedly, you will store the whole of your data at once in a suitable format as a single value depending on a key unique to your view.

Definition at line 29 of file Storage.php.


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