Provided by: libdbix-class-factory-perl_0.04-2_all
NAME
DBIx::Class::Factory::Fields - fields for DBIx::Class::Factory class
DESCRIPTION
Every callback used in DBIx::Class::Factory gets a "DBIx::Class::Factory::Fields" instance as an argument.
METHODS
new Constructor. You shouldn't call it explicitly. all Returns hashref with all fields that are not excluded get Get the value of the field. $fields->get('name');
AUTHOR
Vadim Pushtaev, "pushtaev@cpan.org"
BUGS AND FEATURES
Bugs are possible, feature requests are welcome. Write me as soon as possible.
LICENSE AND COPYRIGHT
Copyright 2015 Vadim Pushtaev. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.