PHP 클래스 Horde_JavascriptMinify_Uglifyjs, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_JavascriptMinify_Null
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
minify ( )
setOptions ( array $opts = [] )

메소드 상세

minify() 공개 메소드

public minify ( )

setOptions() 공개 메소드

public setOptions ( array $opts = [] )
$opts array Driver specific options:
  - cmdline: (string) Command-line options to pass to binary.
  - sourcemap: (string) The URL to the web-accessible location the
               sourcemap file will be stored at. Only supported by
               UglifyJS2.
  - uglifyjs: (string) [REQUIRED] Path to the UglifyJS binary.