Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Amf_Parse_Serializer Class Reference

Public Member Functions

 __construct (Zend_Amf_Parse_OutputStream $stream)
 Constructor.
 
 writeTypeMarker (&$content, $markerType=null, $contentByVal=false)
 Find the PHP object type and convert it into an AMF object type.
 

Protected Attributes

 $_stream
 
 $mbStringFunctionsOverloaded
 

Constructor & Destructor Documentation

__construct ( Zend_Amf_Parse_OutputStream  $stream)

Constructor.

Parameters
Zend_Amf_Parse_OutputStream$stream
Returns
void

Member Function Documentation

writeTypeMarker ( $content,
  $markerType = null,
  $contentByVal = false 
)
abstract

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

Parameters
mixed$content
int$markerType
mixed$contentByVal
Returns
void

Member Data Documentation

$_stream
protected
$mbStringFunctionsOverloaded
protected