
Class::AbstractLogic::Manager - Manages Abstract Logic Modules

This module does the loading, fetching and similar actions of your declared logic modules.

Constructor,
creates new Management Object and initializes the %args.
Loads the specified $logic_class and registers it under the $name in itself.
The config hashes value for the key $name will be passed as config for the module.
Retrieves a logic module registered under $name.
Croaks if none found or no name supplied.
Registers the passed $object under the specified $name in this manager.
Returns logic module if exists, croaks otherwise.
Returns a boolean value depending on the existance of a module registered as $name.
Initializes the arguments.
Config Accessor.


Robert 'phaylon' Sedlacek <phaylon@dunkelheit.at>

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.