public function CSSCompression::__get in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 6 advagg_css_compress/css-compressor-3.x/src/CSSCompression.inc \CSSCompression::__get()
(Proxy function) Control access to properties
- Getting stats/_mode/css returns the current value of that property - Getting options will return the current full options array - Getting anything else returns that current value in the options array or NULL
Parameters
(string) name: Name of property that you want to access:
File
- advagg_css_compress/
css-compressor-3.x/ src/ CSSCompression.inc, line 244
Class
Code
public function __get($name) {
return $this->Control
->get($name);
}