Amf/Parse/Serializer.php

Show: PublicProtectedPrivateinherited
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Amf  
Subpackage
Parse  
Version
$Id$  

\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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_stream
Reference to the current output stream being constructed
Details
Type
string
>VPropertyprotectedbool $mbStringFunctionsOverloaded
str* functions overloaded using mbstring.func_overload
Details
Type
bool

Methods

methodpublic__construct(\Zend_Amf_Parse_OutputStream $stream) : void

Constructor

Parameters
NameTypeDescription
$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
NameTypeDescription
$contentmixed
$markerTypeint
$contentByValmixed
Documentation was generated by phpDocumentor 2.2.0 .