| Eidolon documentation | view source | Contained in the Eidolon distribution. |
Eidolon::Driver - Eidolon generic driver.
Example driver:
package ExampleDriver;
use base qw/Eidolon::Driver/;
# ...
Somewhere in application:
my ($r, $example);
$r = Eidolon::Core::Registry->get_instance;
$example = $r->loader->get_object("ExampleDriver");
$example->wow("It works!");
The Eidolon::Driver is a base driver for all Eidolon drivers.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Anton Belousov, <abel@cpan.org>
Copyright (c) 2009, Atma 7, http://www.atma7.com
| Eidolon documentation | view source | Contained in the Eidolon distribution. |