Moodle  2.2.1
http://www.collinsharper.com
Zend_Amf_Value_MessageHeader Class Reference

Public Member Functions

 __construct ($name, $mustRead, $data, $length=null)

Data Fields

 $name
 $mustRead
 $length
 $data

Detailed Description

Definition at line 34 of file MessageHeader.php.


Constructor & Destructor Documentation

__construct ( name,
mustRead,
data,
length = null 
)

Used to create and store AMF Header data.

Parameters:
String$name
Boolean$mustRead
misc$content
integer$length

Definition at line 72 of file MessageHeader.php.


Field Documentation

$data

Definition at line 62 of file MessageHeader.php.

$length

Definition at line 55 of file MessageHeader.php.

$mustRead

Definition at line 48 of file MessageHeader.php.

$name

Definition at line 41 of file MessageHeader.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations