(Proxy function) The setter method only allows access to setting values in the options array

Paramètres

(string) name: Key name of the option you want to set:

(mixed) value: Value of the option you want to set:

Fichier

advagg_css_compress/css-compressor-3.x/src/CSSCompression.inc, line 255

Classe

CSSCompression

Code

public function __set($name, $value) {
    return $this->Control
        ->set($name, $value);
}