Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Amf/Parse/Serializer.php
Go to the documentation of this file.
00001 <?php
00031 abstract class Zend_Amf_Parse_Serializer
00032 {
00038     protected $_stream;
00039 
00046     public function __construct(Zend_Amf_Parse_OutputStream $stream)
00047     {
00048         $this->_stream = $stream;
00049     }
00050 
00059     public abstract function writeTypeMarker(&$content, $markerType = null, $contentByVal = false);
00060 }
 All Data Structures Namespaces Files Functions Variables Enumerations