Class SyncML_Command_Status

Description

The SyncML_Command_Status class provides a SyncML implementation of the Status response as defined in SyncML Representation Protocol, version 1.1, section 5.4.

This is not strictly a command but specifies the request status code for a corresponding SyncML command.

$Horde: framework/SyncML/SyncML/Command/Status.php,v 1.15.10.13 2009/08/26 15:28:10 jan Exp $

Copyright 2003-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /SyncML/SyncML/Command/Status.php (line 25)

SyncML_Command
   |
   --SyncML_Command_Status
Variable Summary
 string $_Cmd
 string $_cmdName
 integer $_CmdRef
 integer $_MsgRef
 string $_SourceRef
 integer $_Status
 string $_TargetRef
Method Summary
 void endElement (string $uri, string $element)
Variables
string $_Cmd (line 63)

The command (Add, Replace, etc) sent to the client, that this Status response refers to.

string $_cmdName = 'Status' (line 32)

Name of the command.


Redefinition of:
SyncML_Command::$_cmdName
Name of the command, like 'Put'.
integer $_CmdRef (line 40)

The command ID (CmdID) of the command sent to the client, that this Status response refers to.

integer $_MsgRef (line 48)

The message ID (Msg) of the message sent to the client, that this Status response refers to.

string $_SourceRef (line 85)

The server ID of the sent object, that this Status response refers to.

This element is optional. If specified, Status response refers to a single Item in the command sent to the client. It refers to all Items in the sent command otherwise.

integer $_Status (line 55)

The status response code, one of the RESPONSE_* constants.

string $_TargetRef (line 74)

The client ID of the sent object, that this Status response refers to.

This element is optional. If specified, Status response refers to a single Item in the command sent to the client. It refers to all Items in the sent command otherwise.

Inherited Variables

Inherited from SyncML_Command

SyncML_Command::$_chars
SyncML_Command::$_cmdID
SyncML_Command::$_outputHandler
SyncML_Command::$_stack
Methods
endElement (line 94)

End element handler for the XML parser, delegated from SyncML_ContentHandler::endElement().

void endElement (string $uri, string $element)
  • string $uri: The namespace URI of the element.
  • string $element: The element tag name.

Redefinition of:
SyncML_Command::endElement()
End element handler for the XML parser, delegated from SyncML_ContentHandler::endElement().

Inherited Methods

Inherited From SyncML_Command

 SyncML_Command::SyncML_Command()
 SyncML_Command::characters()
 SyncML_Command::endElement()
 SyncML_Command::factory()
 SyncML_Command::getCommandName()
 SyncML_Command::handleCommand()
 SyncML_Command::startElement()

Documentation generated on Sun, 30 Jan 2011 05:22:20 +0000 by phpDocumentor 1.4.3