SYNOPSIS
my $f = $widget->filter( $type, @names );
$c->names(@names);
DESCRIPTION
Filter Base Class.METHODS
filter
Arguments: $valueReturn Value: $filtered_value
FIlter given value.
init
Arguments: $widgetCalled once when process() gets called for the first time.
names
Arguments: @namesReturn Value: @names
Contains names of params to filter.
prepare
Arguments: $widgetCalled whenever process() gets called.
process
Arguments: \%params, \@uploadsAUTHOR
Sebastian Riedel, "[email protected]"LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.