NAME
EntityModel::Plugin - base class for plugin handling
VERSION
version 0.102
SYNOPSIS
see EntityModel.
DESCRIPTION
see EntityModel.
METHODS
(the following is likely to be very inaccurate)
Each plugin can register for a type:
->registerForType('table') - registers as a handler for 'table' content, e.g.
<table>...</table>
in XML definitions.
Provides import and export for entity model definitions to a given interface.
INHERITED METHODS
AUTHOR
Tom Molesworth <cpan@entitymodel.com>
LICENSE
Copyright Tom Molesworth 2008-2011. Licensed under the same terms as Perl itself.