API Documentation

Amf/Parse/Serializer.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Parse
version
$Id: Serializer.php 21969 2010-04-22 03:54:59Z matthew $
Classes
Zend_Amf_Parse_Serializer

Description

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.

Zend_Amf_Parse_Serializer

copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Parse
Properties
$_stream
Methods
__construct
writeTypeMarker

Description

Base abstract class for all AMF serializers.

Properties

$_stream

string $_stream = ''

Reference to the current output stream being constructed

Details

$_stream
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Amf_Parse_OutputStream $stream ) : void

Constructor

Arguments
$stream
Zend_Amf_Parse_OutputStream
Details
visibility
public
final
false
static
false

writeTypeMarker

writeTypeMarker( mixed $content, int $markerType = null, mixed $contentByVal = false ) : void

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

Arguments
$content
mixed
$markerType
int
$contentByVal
mixed
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.