PHP Класс Horde_Text_Filter_JavascriptMinify, horde

Copyright 2009-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.
Устаревший: Use Horde_JavascriptMinify package instead.
Автор: 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.

Защищенные методы

Метод Описание
_runCompressor ( string $text, string $jar, string $args = '' ) : string Passes javascript through a java compressor (YUI or Closure).

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

_runCompressor() защищенный Метод

Passes javascript through a java compressor (YUI or Closure).
protected _runCompressor ( string $text, string $jar, string $args = '' ) : string
$text string The javascript text.
$jar string The JAR location.
$args string Additional command line arguments.
Результат string The modified text.

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