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

Public Member Functions | |
| __construct (Zend_Amf_Parse_OutputStream $stream) | |
| writeTypeMarker (&$content, $markerType=null, $contentByVal=false) | |
Protected Attributes | |
| $_stream | |
Definition at line 31 of file Serializer.php.
| __construct | ( | Zend_Amf_Parse_OutputStream $ | stream | ) |
Constructor
| Zend_Amf_Parse_OutputStream | $stream |
Definition at line 46 of file Serializer.php.
| writeTypeMarker | ( | &$ | content, |
| $ | markerType = null, |
||
| $ | contentByVal = false |
||
| ) | [abstract] |
Find the PHP object type and convert it into an AMF object type
| mixed | $content | |
| int | $markerType | |
| mixed | $contentByVal |
Reimplemented in Zend_Amf_Parse_Amf3_Serializer, and Zend_Amf_Parse_Amf0_Serializer.
$_stream [protected] |
Definition at line 38 of file Serializer.php.