
HTML::FormFu::Inflator::Callback - Callback inflator

$field->inflator('Callback')->callback( \&my_callback );
---
elements:
- type: Text
name: foo
inflators:
- type: Callback
callback: "main::my_inflator"

Callback inflator.

Arguments: \&code-reference
Arguments: "subroutine-name"

Is a sub-class of, and inherits methods from HTML::FormFu::Inflator

Carl Franks cfranks@cpan.org

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.