API17:JFilterInput:: remove
From Joomla! Documentation
JFilterInput::_remove
Description
Internal method to iteratively remove all unwanted tags and attributes.
protected function _remove ($source)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | string | Input string to be 'cleaned' |
- Returns string 'Cleaned' version of input parameter
- Defined on line 296 of libraries/joomla/filter/filterinput.php
- Since

See also
JFilterInput::_remove source code on BitBucket
Class JFilterInput
Subpackage Filter- Other versions of JFilterInput::_remove
User contributed notes
Code Examples