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

Public Member Functions

 __construct (Zend_Amf_Parse_InputStream $stream)
 readTypeMarker ($markerType=null)

Protected Attributes

 $_stream

Detailed Description

Definition at line 36 of file Deserializer.php.


Constructor & Destructor Documentation

Constructor

Parameters:
Zend_Amf_Parse_InputStream$stream
Returns:
void

Definition at line 51 of file Deserializer.php.


Member Function Documentation

readTypeMarker ( markerType = null) [abstract]

Checks for AMF marker types and calls the appropriate methods for deserializing those marker types. Markers are the data type of the following value.

Parameters:
int$typeMarker
Returns:
mixed Whatever the data type is of the marker in php

Reimplemented in Zend_Amf_Parse_Amf3_Deserializer, and Zend_Amf_Parse_Amf0_Deserializer.


Field Documentation

$_stream [protected]

Definition at line 43 of file Deserializer.php.


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