\PhpParser\UnserializerXML

Summary

Methods
Properties
Constants
__construct()
unserialize()
No public properties found
No constants found
read()
readNode()
readScalar()
readComment()
getClassNameFromType()
$reader
N/A
parseInt()
No private properties found
N/A

Properties

$reader

$reader : 

Type

Methods

__construct()

__construct() 

unserialize()

unserialize(string  $string) : mixed

Unserializes a string in some format into a node tree.

Parameters

string $string

Serialized string

Returns

mixed —

Node tree

read()

read(  $depthLimit,   $throw = true,   $nodeFound = null) 

Parameters

$depthLimit
$throw
$nodeFound

readNode()

readNode() 

readScalar()

readScalar() 

readComment()

readComment() 

getClassNameFromType()

getClassNameFromType(  $type) 

Parameters

$type

parseInt()

parseInt(  $text) 

Parameters

$text