HTML_CSS::__get

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

Synopsis

require_once 'HTML/CSS.php';

mixed HTML_CSS::__get ( string $option )

Description

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

Parameter

string $option

Name of option to set

Throws

throws no exceptions thrown

Since

since version 1.4.0 (2007-12-13)

Note

This function can not be called statically.

Handling options (Previous) Set option for the class (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.