PHP 클래스 Horde_JavascriptMinify_Closure, 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:
  - closure: (string) [REQUIRED] Path to the Closure compiler.
  - cmdline: (string) Command line arguments to use.
  - java: (string) [REQUIRED] Path to the java binary.
  - sourcemap: (string) The URL to the web-accessible location the
               sourcemap file will be stored at.