constructor PHP_CompatInfo_Renderer_Text::PHP_CompatInfo_Renderer_Text
constructor
PHP_CompatInfo_Renderer_Text::PHP_CompatInfo_Renderer_Text() – Text Renderer Class constructor
Synopsis
require_once 'PHP/CompatInfo/Renderer/Text.php';
void constructor
PHP_CompatInfo_Renderer_Text::PHP_CompatInfo_Renderer_Text
(
object
&$parser
,
array
$conf
)
Description
Text Renderer Class constructor
Parameter
-
object
&$parser
-
Instance of the parser (model of MVC pattern)
-
array
$conf
-
A hash containing any additional configuration
Return value
returns instance of object PHP_CompatInfo_Renderer_Text
Throws
throws no exceptions thrown
Since
since version 1.8.0b3 (2008-06-07)
Note
This function can not be called statically.