Go to the first, previous, next, last section, table of contents.


Class Plain

Class Plain defines the basic functionality and properties required of all Muq built-in classes. Class Plain also serves as a vanilla object which may be used to construct directory hierarchies, and which may be specialized in-db to provide specialized functionality unrelated to any of the specialized built-in classes.

Class Plain predefines the following properties:

$S.owner   User object with write privileges.
$S.myclass Which inserver class is this object?
$S.name    User-settable name for object.
$S.isA     User-defined class for object.
$S.dbname  Name of dbfile in which object is stored.


Go to the first, previous, next, last section, table of contents.