PHP Class Horde_Text_Filter_Cleanhtml, horde

Parameters: - body_only: (boolean) Only return the body data? DEFAULT: Return the whole HTML document - charset: (string) Charset of the data. DEFAULT: UTF-8 - size: (integer) Only filter if data is below this size. DEFAULT: No default
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Text_Filter_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_params array Filter parameters.

Public Methods

Method Description
postProcess ( string $text ) : string Executes any code necessary after applying the filter patterns.

Method Details

postProcess() public method

Executes any code necessary after applying the filter patterns.
public postProcess ( string $text ) : string
$text string The text after the filtering.
return string The modified text.

Property Details

$_params protected_oe property

Filter parameters.
protected array $_params
return array