Amf/Parse/Serializer.php

Show: inherited
Table of Contents

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Amf  
Subpackage
Parse  
Version
$Id: Serializer.php 25179 2012-12-22 21:29:30Z rob $  

\Zend_Amf_Parse_Serializer

Package: Zend\Amf\Parse

Base abstract class for all AMF serializers.

Children
\Zend_Amf_Parse_Amf3_Serializer
\Zend_Amf_Parse_Amf0_Serializer
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

Propertyprotectedstring $_stream =

Reference to the current output stream being constructed

Details
Type
string
Propertyprotectedbool $mbStringFunctionsOverloaded =

str* functions overloaded using mbstring.func_overload

Details
Type
bool

Methods

methodpublic__construct(\Zend_Amf_Parse_OutputStream $stream) : void

Constructor

Parameters
Name Type Description
$stream \Zend_Amf_Parse_OutputStream
methodpublicwriteTypeMarker(mixed $content, int $markerType = null, mixed $contentByVal = false) : void
abstract

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

Parameters
Name Type Description
$content mixed
$markerType int
$contentByVal mixed
Documentation was generated by phpDocumentor 2.0.0a8.