Extends: subclass β PersistentObject
DESCRIPTION
STUFF
PROBABLY_NONE
Do not ever use βnewβ to instantiate a PersistentObject (or subclass thereof). Instead, store the result of PersistentObject.define() somewhere and reference it when needed, or fetch the object by its 'id' with PersistentObject.fetch().
Description.
Description.
Example:
FIXME