\Amfphp_Core_Amf_Packet

content holder for an Amf Packet.

Summary

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

Properties

$headers

$headers : \<array>

The place to keep the headers data

Type

\

$messages

$messages : \<array>

The place to keep the Message elements

Type

\

$amfVersion

$amfVersion : \<int>

either 0 or 3. This is stored here when deserializing, because the serializer needs the info

Type

\

Methods

__construct()

__construct()

The constructor function for a new Amf object.

All the constructor does is initialize the headers and Messages containers