HTML::FormFu::Inflator - Inflator Base Class
Contents
Copyright And License
This software is copyright (c) 2018 by Carl Franks.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.38.2 2024-04-10 HTML::FormFu::Inflator(3pm)
Core Inflators
HTML::FormFu::Inflator::CompoundDateTime
HTML::FormFu::Inflator::DateTime
Description
Inflator Base Class.
License
This library is free software, you can redistribute it and/or modify it under the same terms as Perl
itself.
Methods
names
Arguments: @names
Return Value: @names
Contains names of params to inflator.
process
Arguments: $form_result, \%params
Name
HTML::FormFu::Inflator - Inflator Base Class
Synopsis
my $inflator = $form->inflator( $type, @names );
Version
version 2.07
