PHP Class Horde_Text_Filter_Jsmin, horde

See LICENSE for original JSMin license. Original PHP implementation: Version: 1.1.1 (2008-03-02) (c) 2008 Ryan Grove (PHP port) URL: http://code.google.com/p/jsmin-php/ Additional cleanups/code by the Horde Project.
Deprecation: Use Horde_JavascriptMinify package instead.
Author: Douglas Crockford ([email protected])
Author: Ryan Grove ([email protected])
Author: Michael Slusarz ([email protected])
Mostrar archivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_a * Member variables.
$_b
$_input
$_inputIndex
$_inputLength
$_keywords
$_lookAhead
$_output
$_x
$_y

Public Methods

Method Description
__construct ( $input )
minify ( )

Protected Methods

Method Description
_action ( $d )
_get ( )
_isAlphaNum ( $c )
_isRegexLiteral ( $oldindex )
_next ( )
_peek ( )

Method Details

__construct() public method

public __construct ( $input )

_action() protected method

protected _action ( $d )

_get() protected method

protected _get ( )

_isAlphaNum() protected method

protected _isAlphaNum ( $c )

_isRegexLiteral() protected method

protected _isRegexLiteral ( $oldindex )

_next() protected method

protected _next ( )

_peek() protected method

protected _peek ( )

minify() public method

public minify ( )

Property Details

$_a protected_oe property

* Member variables.
protected $_a

$_b protected_oe property

protected $_b

$_input protected_oe property

protected $_input

$_inputIndex protected_oe property

protected $_inputIndex

$_inputLength protected_oe property

protected $_inputLength

$_keywords protected_oe property

protected $_keywords

$_lookAhead protected_oe property

protected $_lookAhead

$_output protected_oe property

protected $_output

$_x protected_oe property

protected $_x

$_y protected_oe property

protected $_y