logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Widget::Filter - Filter Base Class

Author

       Sebastian Riedel, "sri@oook.de"

Description

       Filter Base Class.

License

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

perl v5.36.0                                       2023-08-10                          HTML::Widget::Filter(3pm)

Methods

filter
       Arguments: $value

       Return Value: $filtered_value

       FIlter given value.

   init
       Arguments: $widget

       Called once when process() gets called for the first time.

   names
       Arguments: @names

       Return Value: @names

       Contains names of params to filter.

   prepare
       Arguments: $widget

       Called whenever process() gets called.

   process
       Arguments: \%params, \@uploads

Name

       HTML::Widget::Filter - Filter Base Class

Synopsis

           my $f = $widget->filter( $type, @names );
           $c->names(@names);

See Also