GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.
2014-10-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.