PHP 클래스 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.
사용 중단: Use Horde_JavascriptMinify package instead.
저자: Douglas Crockford ([email protected])
저자: Ryan Grove ([email protected])
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_a * Member variables.
$_b
$_input
$_inputIndex
$_inputLength
$_keywords
$_lookAhead
$_output
$_x
$_y

공개 메소드들

메소드 설명
__construct ( $input )
minify ( )

보호된 메소드들

메소드 설명
_action ( $d )
_get ( )
_isAlphaNum ( $c )
_isRegexLiteral ( $oldindex )
_next ( )
_peek ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $input )

_action() 보호된 메소드

protected _action ( $d )

_get() 보호된 메소드

protected _get ( )

_isAlphaNum() 보호된 메소드

protected _isAlphaNum ( $c )

_isRegexLiteral() 보호된 메소드

protected _isRegexLiteral ( $oldindex )

_next() 보호된 메소드

protected _next ( )

_peek() 보호된 메소드

protected _peek ( )

minify() 공개 메소드

public minify ( )

프로퍼티 상세

$_a 보호되어 있는 프로퍼티

* Member variables.
protected $_a

$_b 보호되어 있는 프로퍼티

protected $_b

$_input 보호되어 있는 프로퍼티

protected $_input

$_inputIndex 보호되어 있는 프로퍼티

protected $_inputIndex

$_inputLength 보호되어 있는 프로퍼티

protected $_inputLength

$_keywords 보호되어 있는 프로퍼티

protected $_keywords

$_lookAhead 보호되어 있는 프로퍼티

protected $_lookAhead

$_output 보호되어 있는 프로퍼티

protected $_output

$_x 보호되어 있는 프로퍼티

protected $_x

$_y 보호되어 있는 프로퍼티

protected $_y