PHP Class Horde_Text_Filter_Dimsignature, horde

Copyright 2004-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Text_Filter_Base
显示文件 Open project: horde/horde

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.