Różnice między wybraną wersją a wersją aktualną.
|
projects:lion:spec:1.0 [18.10.2009, 01:01] Łukasz Karpuć |
projects:lion:spec:1.0 [30.10.2009, 19:45] (aktualna) Łukasz Karpuć |
||
|---|---|---|---|
| Linia 28: | Linia 28: | ||
| * ** recreate : boolean ** - recreation flag. When set to "always", object will be recreated each time it is accessed; when set to "never", object will be never recreated; when set to "normal", recreation depends on developer request. Optional, defaults to "normal". | * ** recreate : boolean ** - recreation flag. When set to "always", object will be recreated each time it is accessed; when set to "never", object will be never recreated; when set to "normal", recreation depends on developer request. Optional, defaults to "normal". | ||
| - | |||
| ==== OOP LIO ==== | ==== OOP LIO ==== | ||
| Linia 36: | Linia 35: | ||
| constructor : string, | constructor : string, | ||
| argument : any, | argument : any, | ||
| - | arguments : any | + | arguments : array |
| } | } | ||
| </code> | </code> | ||
| Linia 194: | Linia 193: | ||
| When ''recreate'' is not set to "always", object is stored in ''object'' field. | When ''recreate'' is not set to "always", object is stored in ''object'' field. | ||
| + | |||
| ==== Non-OOP LIO ==== | ==== Non-OOP LIO ==== | ||