(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

Paramètres

(string) name: Name of property that you want to access:

Fichier

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

Classe

CSSCompression

Code

public function __get($name) {
    return $this->Control
        ->get($name);
}