Public Member Functions | |
| init ($leading=true, $trailing=true) | |
| Initializes the StripWhitespaceFilter. | |
| filter ($value) | |
| Filters the passed value. | |
Definition at line 30 of file stripwhitespacefilter.lib.php.
| StripWhitespaceFilter::init | ( | $ | leading = true, |
|
| $ | trailing = true | |||
| ) |
Initializes the StripWhitespaceFilter.
| $leading | Whether to strip leading whitespace (optional, defaults to true). | |
| $trailing | Whether to strip trailing whitespace (optional, defaults to true). |
Definition at line 40 of file stripwhitespacefilter.lib.php.
| StripWhitespaceFilter::filter | ( | $ | value | ) |
Filters the passed value.
| $value | The value to filter. |
Reimplemented from Filter.
Definition at line 58 of file stripwhitespacefilter.lib.php.
1.5.9