Public Member Functions | |
| init ($howmany) | |
| Initializes this MaxLengthFilter. | |
| filter ($value) | |
| Applies the filter to the passed value. | |
Definition at line 30 of file maxlengthfilter.lib.php.
| MaxLengthFilter::init | ( | $ | howmany | ) |
Initializes this MaxLengthFilter.
| $howmany | The maximum number of characters. |
Definition at line 37 of file maxlengthfilter.lib.php.
| MaxLengthFilter::filter | ( | $ | value | ) |
Applies the filter to the passed value.
| $value | String to filter. |
Reimplemented from Filter.
Definition at line 51 of file maxlengthfilter.lib.php.
1.5.9