Domain::Base - Zero Knowledge Network Domain Base Class
use Domain::Base;
$base = new Domain::Base();
Perl5.004+ DomainConfig
Nothing
This is the base class for all Domain::
classes. The
Domain::Base
class implements the methods common to all classes in this hiearchy.
The Domain::Base does not sub-class any other classes.
This is the constructor for the Domain::Base object. This object should not
be instatiated directly as it only serves as a parent class for all other Domain::
classes.
Example:
$base = new Domain::Base();
This class does not contain instances methods.
None Present
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved