Table of Contents
Interfaces
- vB_Xml_Node
Properties
-
$attributes
: mixed
-
$refParam
: mixed
-
$type
: mixed
-
$value
: mixed
Methods
-
__construct()
: mixed
-
__serialize()
: array<string|int, mixed>
-
__sleep()
: array<string|int, mixed>
-
__unserialize()
: void
-
__wakeup()
: void
$attributes
public
mixed
$attributes
= []
$refParam
public
mixed
$refParam
= \false
$type
public
mixed
$type
= ''
$value
public
mixed
$value
= ''
__construct()
public
__construct(mixed $node[, vB_DomDocument|null $document = null ]) : mixed
Parameters
-
$node
: mixed
-
-
$document
: vB_DomDocument|null
= null
-
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>
__unserialize()
public
__unserialize(mixed $serialized) : void
Parameters
-
$serialized
: mixed
-
__wakeup()
public
__wakeup() : void