PHP Класс 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.
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Text_Filter_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
postProcess ( string $text ) : string Executes any code necessary after applying the filter patterns.

Описание методов

postProcess() публичный Метод

Executes any code necessary after applying the filter patterns.
public postProcess ( string $text ) : string
$text string The text after the filtering.
Результат string The modified text.