|
|
| |
DBIx::Class::Schema::PopulateMore::Inflator(3) |
User Contributed Perl Documentation |
DBIx::Class::Schema::PopulateMore::Inflator(3) |
DBIx::Class::Schema::PopulateMore::Inflator - Base Class for keyword Inflators
When DBIx::Class::Schema::PopulateMore::Command executes, it uses a visitor
object (see DBIx::Class::Schema::PopulateMore::Visitor to descend the key
values of the data hash that is used to put stuff into the given tables. If it
finds a value that matches a particular regexp, that means the value needs to
be inflated and it's passed to the inflating dispatcher, which finds the
correct Inflator based on the given namespace.
This class defines the following attributes.
This module defines the following methods.
returns the name of this inflator. Should be something you expect to be unique
across all defined inflators. Defaults to something based on the namespace.
This is called by DBIx::Class::Schema::PopulateMore::Command dispatcher, when
there is a match detected by the visitor.
Please see DBIx::Class::Schema::PopulateMore For authorship information
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |