\Amfphp_Core_Amf_Types_Xml

Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.

PHP has many libs to manipulate XML, and it is not up to amfPHP to choose which one to use. Furthermore, AS3 has 2 XML types, XML and and XMLDocument. So amfPHP just wraps the string data in these types, and iut is up to the user to parse the contained string data

Summary

Methods
Properties
Constants
__construct()
$data
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : string

data

Type

string

Methods

__construct()

__construct(string $data)

constructor

Parameters

string $data