\PhpParser\SerializerXML

Summary

Methods
Properties
Constants
__construct()
serialize()
No public properties found
No constants found
_serialize()
$writer
N/A
No private methods found
No private properties found
N/A

Properties

$writer

$writer : 

Type

Methods

__construct()

__construct() 

Constructs a XML serializer.

serialize()

serialize(array  $nodes) : string

Serializes statements into some string format.

Parameters

array $nodes

Statements

Returns

string —

Serialized string

_serialize()

_serialize(  $node) 

Parameters

$node