Factory::DomainFactory - Zero Knowledge Domain Factory Class
use Factory::DomainFactory;
$base = new Factory::DomainFactory();
Perl5.004+ Factory::Base Domain::Base (Sub-class)
Nothing
This is the factory class for all domain classes. The class methods exposed by Factory::DomainFactory create specific instances of the various domain classes.
The Factory::DomainFactory is a sub-class of Factory::Base.
This is the constructor for the Factory::DomainFactory object.
Example:
$factory = new Factory::DomainFactory();
Create an Domain::Base object for the specified user. If USER
is not supplied then undef
will be returned.
None Present
Factory::Base, Domain::NymUser, Domain::NetUser
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved