Factory::Base - Zero Knowledge Network Factory Base Class
use Factory::Base;
$base = new Factory::Base();
Perl5.004+
Nothing
This is the base class for all Factory::
classes. The
Factory::Base
class implements the methods common to all classes in this hiearchy.
The Factory::Base does not sub-class any other classes.
This is the constructor for the Factory::Base object. This object should
not be instatiated directly as it only serves as a parent class for all
other Factory::
classes.
Example:
$base = new Factory::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