PHP Class Horde_JavascriptMinify_Closure, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_JavascriptMinify_Null
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
minify ( )
setOptions ( array $opts = [] )

Method Details

minify() public method

public minify ( )

setOptions() public method

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.