Class ObjectStorage

Implementation of Storage, Locator and AliasAware interfaces.

class ObjectStorage(Type, KeyType) ;

Stores Type elements by KeyType identity in.

Methods

NameDescription
contentsGet the contents of storage as associative array.
getFetch an element by identity.
hasCheck if an element is present in storage.
linkAlias an identity with alias_/
opApplyIterate over elements in storage
removeRemove an element with identity from storage.
resolveResolve the alias to an element identity.
setSave an element in storage by identity.
unlinkRemoves alias.