PHP Класс Horde_Text_Filter_Tabs2spaces, horde

TODO: parameters (breakchar, tabstop) 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.
Автор: Chuck Hagenbuch ([email protected])
Наследование: extends Horde_Text_Filter_Base
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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