|
static | process ($css, $options=array()) |
|
Definition at line 21 of file Compressor.php.
◆ _commentCB()
Minify_CSS_Compressor::_commentCB |
( |
|
$m | ) |
|
|
protected |
Process a comment and return a replacement
- Parameters
-
- Returns
- string
Definition at line 177 of file Compressor.php.
◆ _fontFamilyCB()
Minify_CSS_Compressor::_fontFamilyCB |
( |
|
$m | ) |
|
|
protected |
Process a font-family listing and return a replacement
- Parameters
-
- Returns
- string
Definition at line 237 of file Compressor.php.
◆ _process()
Minify_CSS_Compressor::_process |
( |
|
$css | ) |
|
|
protected |
◆ _selectorsCB()
Minify_CSS_Compressor::_selectorsCB |
( |
|
$m | ) |
|
|
protected |
Replace what looks like a set of selectors
- Parameters
-
- Returns
- string
Definition at line 164 of file Compressor.php.
◆ process()
static Minify_CSS_Compressor::process |
( |
|
$css, |
|
|
|
$options = array() |
|
) |
| |
|
static |
Minify a CSS string
- Parameters
-
string | $css | |
array | $options | (currently ignored) |
- Returns
- string
Definition at line 32 of file Compressor.php.
◆ $_inHack
Minify_CSS_Compressor::$_inHack = false |
|
protected |
◆ $_options
Minify_CSS_Compressor::$_options = null |
|
protected |
The documentation for this class was generated from the following file: