INSTALL
README
All schema items have at least two things in common: An OID and a description. This class provides an implementation for these two data.
[line 50]
[line 48]
SchemaItem SchemaItem( )
void getDescription( )
void getOID( )
void initVars( )
Overridden in child classes as:
void setDescription( $new_desc)
void setOID( $new_oid)