Overview

Packages

  • ActiveSync
  • None

Classes

  • Horde_ActiveSync
  • Horde_ActiveSync_Connector_Exporter
  • Horde_ActiveSync_Connector_Importer
  • Horde_ActiveSync_Driver_Base
  • Horde_ActiveSync_Exception
  • Horde_ActiveSync_Exception_InvalidRequest
  • Horde_ActiveSync_Exception_StateGone
  • Horde_ActiveSync_Message_Base
  • Horde_ActiveSync_Request_Base
  • Horde_ActiveSync_Request_FolderCreate
  • Horde_ActiveSync_Request_FolderSync
  • Horde_ActiveSync_Request_GetHierarchy
  • Horde_ActiveSync_Request_GetItemEstimate
  • Horde_ActiveSync_Request_MeetingResponse
  • Horde_ActiveSync_Request_MoveItems
  • Horde_ActiveSync_Request_Notify
  • Horde_ActiveSync_Request_Ping
  • Horde_ActiveSync_Request_Provision
  • Horde_ActiveSync_Request_Search
  • Horde_ActiveSync_Request_SendMail
  • Horde_ActiveSync_Request_SmartForward
  • Horde_ActiveSync_Request_SmartReply
  • Horde_ActiveSync_Request_Sync
  • Horde_ActiveSync_State_File
  • Horde_ActiveSync_Sync
  • Horde_ActiveSync_Wbxml
  • Horde_ActiveSync_Wbxml_Decoder
  • Horde_ActiveSync_Wbxml_Encoder
  • Overview
  • Package
  • Class
  • Tree

Class Horde_ActiveSync_Wbxml_Encoder

File : wbxml.php Project : Z-Push Descr : WBXML mapping file

Created : 01.10.2007

© Zarafa Deutschland GmbH, www.zarafaserver.de This file is distributed under GPL-2.0. Consult COPYING file for details

Horde_ActiveSync_Wbxml
Extended by Horde_ActiveSync_Wbxml_Encoder
Located at Horde/ActiveSync/Wbxml/Encoder.php
Methods summary
public Horde_ActiveSync_Wbxml_Encoder
# __construct( stream $output )

Const'r

Const'r

Parameters

$output

Returns

Horde_ActiveSync_Wbxml_Encoder

Overrides

Horde_ActiveSync_Wbxml::__construct()
public
# setLogger( Horde_Log_Logger $logger )

Setter for the logger

Setter for the logger

Parameters

$logger
The logger instance
public
# startWBXML( )

Starts the wbxml output

Starts the wbxml output

public
# outputWbxmlHeader( )
public
# startTag( string $tag, mixed $attributes = false, boolean $output_empty = false )

Start output for the specified tag

Start output for the specified tag

Parameters

$tag
The name of the tag to start
$attributes
Any attributes for the start tag
$output_empty
Force output of empty tags
public
# endTag( )

Output the end tag

Output the end tag

public
# content( string $content )

Output the tag content

Output the tag content

Parameters

$content
The value to output for this tag
public
# _endTag( )

Output the endtag

Output the endtag

Constants inherited from Horde_ActiveSync_Wbxml
END, ENTITY, EN_ATTRIBUTES, EN_CONTENT, EN_FLAGS, EN_FLAGS_ATTRIBUTES, EN_FLAGS_CONTENT, EN_TAG, EN_TYPE, EN_TYPE_CONTENT, EN_TYPE_ENDTAG, EN_TYPE_STARTTAG, EXT_0, EXT_1, EXT_2, EXT_I_0, EXT_I_1, EXT_I_2, EXT_T_0, EXT_T_1, EXT_T_2, LITERAL, LITERAL_A, LITERAL_AC, LITERAL_C, OPAQUE, PI, STR_I, STR_T, SWITCH_PAGE
API documentation generated by ApiGen