|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | minifyJs ($js, $options=array()) |
| static | minifyCss ($css, $options=array()) |
Static Public Attributes | |
| static | $jarFile = null |
| static | $tempDir = null |
| static | $javaExecutable = 'java' |
Definition at line 29 of file YUICompressor.php.
Minify a CSS string
| string | $css | |
| array | $options | (verbose is ignored) |
Definition at line 81 of file YUICompressor.php.
Minify a Javascript string
| string | $js | |
| array | $options | (verbose is ignored) |
Definition at line 65 of file YUICompressor.php.
$jarFile = null [static] |
Definition at line 37 of file YUICompressor.php.
$javaExecutable = 'java' [static] |
Definition at line 52 of file YUICompressor.php.
$tempDir = null [static] |
Definition at line 45 of file YUICompressor.php.