NAME

Domain::Base - Zero Knowledge Network Domain Base Class


SYNOPSIS

    use Domain::Base;

    $base = new Domain::Base();


REQUIRES

    Perl5.004+
    DomainConfig


EXPORTS

Nothing


DESCRIPTION

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.


CONSTRUCTOR

new Domain::Base()

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();


METHODS

This class does not contain instances methods.


CLASS VARIABLES

None Present


AUTHOR

Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>


COPYRIGHT

Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved