(Proxy function) The setter method only allows access to setting values in the options array
Parameters
(string) name: Key name of the option you want to set:
(mixed) value: Value of the option you want to set:
File
-
advagg_css_compress/
css-compressor-3.x/ src/ CSSCompression.inc, line 255
Class
Code
public function __set($name, $value) {
return $this->Control
->set($name, $value);
}