PHP Class Horde_Text_Filter_Msoffice, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Text_Filter_Base
显示文件 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