Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
FluentDOM
Serializer
Factory
PHP Interface FluentDOM\Serializer\Factory
Datei anzeigen
Open project: fluentdom/fluentdom
Public Methods
Method
Description
createSerializer
(
string
$contentType
,
DOMNode
$node
) :
object
|
null
Return a serializer for the provided content type
Method Details
createSerializer()
public
method
Return a serializer for the provided content type
public
createSerializer
(
string
$contentType
,
DOMNode
$node
) :
object
|
null
$contentType
string
$node
DOMNode
return
object
|
null