ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Storage is simple key/value store without further schema definition. More...
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.