Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17499 программистов и 1873 робота. Сейчас ищут 1789 программистов ...
PHP_CompatInfo_Renderer_Html::getStyleSheet
Вернуться к: Html Renderer
PHP_CompatInfo_Renderer_Html::getStyleSheet
PHP_CompatInfo_Renderer_Html::getStyleSheet() – Returns the custom style sheet
Synopsis
require_once 'PHP/CompatInfo/Renderer/Html.php';
mixed PHP_CompatInfo_Renderer_Html::getStyleSheet ( int $destination = 1 , mixed $extra = null )
Returns the custom style sheet to use for layout
Parameter
- integer $destination
-
(optional) Destination of css content
- mixed $extra
-
(optional) Additional data depending of destination
Return value
returns mixed
Throws
throws no exceptions thrown
Since
since version 1.8.0b4 (2008-06-18)
Note
This function can not be called statically.
Вернуться к: Html Renderer