API17

API17:JFilterInput:: remove

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples