Scroll to navigation

DBIx::Class::Factory::Fields(3pm) User Contributed Perl Documentation DBIx::Class::Factory::Fields(3pm)

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

Constructor. You shouldn't call it explicitly.
Returns hashref with all fields that are not excluded
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.

2023-01-26 perl v5.36.0