Moodle  2.2.1
http://www.collinsharper.com
Zend_Amf_Parse_Serializer Class Reference
Inheritance diagram for Zend_Amf_Parse_Serializer:

Public Member Functions

 __construct (Zend_Amf_Parse_OutputStream $stream)
 writeTypeMarker (&$content, $markerType=null, $contentByVal=false)

Protected Attributes

 $_stream

Detailed Description

Definition at line 31 of file Serializer.php.


Constructor & Destructor Documentation

Constructor

Parameters:
Zend_Amf_Parse_OutputStream$stream
Returns:
void

Definition at line 46 of file Serializer.php.


Member Function Documentation

writeTypeMarker ( &$  content,
markerType = null,
contentByVal = false 
) [abstract]

Find the PHP object type and convert it into an AMF object type

Parameters:
mixed$content
int$markerType
mixed$contentByVal
Returns:
void

Reimplemented in Zend_Amf_Parse_Amf3_Serializer, and Zend_Amf_Parse_Amf0_Serializer.


Field Documentation

$_stream [protected]

Definition at line 38 of file Serializer.php.


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