DesignPattern::Factory::ConcreteCreator - a participant in the Perl implementation of the Factory Method.


DesignPattern-Factory documentation  | view source Contained in the DesignPattern-Factory distribution.

Index


DESCRIPTION

Top

DesignPattern::Factory::ConcreteCreator overrides the factory method it inherits from DesignPattern::Factory::Creator to return an instance of a ConcreteProduct.

FactoryMethod()

Returns a new ConcreteProduct.

AUTHOR

Top

Nigel Wetters (nwetters@cpan.org)

COPYRIGHT

Top


DesignPattern-Factory documentation  | view source Contained in the DesignPattern-Factory distribution.