HTML_CSS::__get()

HTML_CSS::__get()  -- Get option for the class

Synopsis

require_once 'HTML/CSS.php';

mixed HTML_CSS::__get (string $option)

Beschreibung

Return current value of an individual option. If option does not exist, returns value is NULL.

Parameter

string $option

Name of option to set

Fehler-Meldungen

throws no exceptions thrown

Seit

since version 1.4.0 (2007-12-13)

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.