Constructor
@access private @version 1.0
Parameters
array $css contains the class csstidy:
File
-
advagg_css_compress/
csstidy/ class.csstidy_optimise.inc, line 50
Class
- csstidy_optimise
- CSS Optimising Class
Code
function csstidy_optimise(&$css) {
$this->parser =& $css;
$this->css =& $css->css;
$this->sub_value =& $css->sub_value;
$this->at =& $css->at;
$this->selector =& $css->selector;
$this->property =& $css->property;
$this->value =& $css->value;
}