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

Защищенные свойства (Protected)

Свойство Тип Описание
$_params array Filter parameters.

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

Метод Описание
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.

Описание свойств

$_params защищенное свойство

Filter parameters.
protected array $_params
Результат array