|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct (Zend_Amf_Parse_InputStream $stream) | |
| readTypeMarker ($markerType=null) | |
Protected Attributes | |
| $_stream | |
Definition at line 36 of file Deserializer.php.
| __construct | ( | Zend_Amf_Parse_InputStream $ | stream | ) |
Constructor
| Zend_Amf_Parse_InputStream | $stream |
Definition at line 51 of file Deserializer.php.
| 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.
| int | $typeMarker |
Reimplemented in Zend_Amf_Parse_Amf3_Deserializer, and Zend_Amf_Parse_Amf0_Deserializer.
$_stream [protected] |
Definition at line 43 of file Deserializer.php.