Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
HTML_CSS::__get
Вернуться к: Handling options
HTML_CSS::__get
HTML_CSS::__get() – Get option for the class
Synopsis
require_once 'HTML/CSS.php';
mixed HTML_CSS::__get ( string $option )
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