Constructor
@access private @version 1.0
Paramètres
array $css contains the class csstidy:
Fichier
-
advagg_css_compress/
csstidy/ class.csstidy_optimise.inc, line 50
Classe
- 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;
}