Moodle  2.2.1
http://www.collinsharper.com
Minify_CSS Class Reference

Static Public Member Functions

static minify ($css, $options=array())

Detailed Description

Definition at line 17 of file CSS.php.


Member Function Documentation

static minify ( css,
options = array() 
) [static]

Minify a CSS string

Parameters:
string$css
array$optionsavailable options:

'preserveComments': (default true) multi-line comments that begin with "/*!" will be preserved with newlines before and after to enhance readability.

'prependRelativePath': (default null) if given, this string will be prepended to all relative URIs in import/url declarations

'currentDir': (default null) if given, this is assumed to be the directory of the current CSS file. Using this, minify will rewrite all relative URIs in import/url declarations to correctly point to the desired files. For this to work, the files *must* exist and be visible by the PHP process.

'symlinks': (default = array()) If the CSS file is stored in a symlink-ed directory, provide an array of link paths to target paths, where the link paths are within the document root. Because paths need to be normalized for this to work, use "//" to substitute the doc root in the link paths (the array keys). E.g.: array('//symlink' => '/real/target/path') // unix array('//static' => 'D:\staticStorage') // Windows

Returns:
string

Definition at line 51 of file CSS.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations