\Horde_Text_Filter_Jsmin

PHP implementation of Douglas Crockford's JSMin.

See LICENSE for original JSMin license.

Original PHP implementation: Version: 1.1.1 (2008-03-02) (c) 2008 Ryan Grove ryan@wonko.com (PHP port) URL: http://code.google.com/p/jsmin-php/

Additional cleanups/code by the Horde Project.

Summary

Methods
Properties
Constants
__construct()
minify()
No public properties found
ORD_LF
ORD_SPACE
ACTION_KEEP_A
ACTION_DELETE_A
ACTION_DELETE_A_B
_action()
_get()
_isAlphaNum()
_isRegexLiteral()
_next()
_peek()
$_a
$_b
$_input
$_inputIndex
$_inputLength
$_keywords
$_lookAhead
$_output
$_x
$_y
N/A
No private methods found
No private properties found
N/A

Constants

ORD_LF

ORD_LF

ORD_SPACE

ORD_SPACE

ACTION_KEEP_A

ACTION_KEEP_A

ACTION_DELETE_A

ACTION_DELETE_A

ACTION_DELETE_A_B

ACTION_DELETE_A_B

Properties

$_a

$_a : 

Type

$_b

$_b : 

Type

$_input

$_input : 

Type

$_inputIndex

$_inputIndex : 

Type

$_inputLength

$_inputLength : 

Type

$_keywords

$_keywords : 

Type

$_lookAhead

$_lookAhead : 

Type

$_output

$_output : 

Type

$_x

$_x : 

Type

$_y

$_y : 

Type

Methods

__construct()

__construct(  $input) 

Parameters

$input

minify()

minify() 

_action()

_action(  $d) 

Parameters

$d

_get()

_get() 

_isAlphaNum()

_isAlphaNum(  $c) 

Parameters

$c

_isRegexLiteral()

_isRegexLiteral(  $oldindex) 

Parameters

$oldindex

_next()

_next() 

_peek()

_peek()