PHP_CompatInfo_Renderer::factory()
-- Create required instance of the Output 'driver'
説明
Creates a concrete instance of the renderer depending of $type
パラメータ
- object
&$parser
A concrete instance of the parser
- string
$type
(optional) Type of instance required, case insensitive
- array
$conf
(optional) A hash containing any additional
configuration information that a subclass might need.
返り値
returns
A concrete PHP_CompatInfo_Renderer instance, or null on error.
例外・エラー
throws
no exceptions thrown
利用可能なバージョン
since
version 1.8.0b2 (2008-06-03)
注意
この関数は、スタティックにコールする
ことはできません。