PHP Class Horde_SyncMl_Command_Status, horde

This is not strictly a command but specifies the request status code for a corresponding SyncML command. Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Karsten Fourmont ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_SyncMl_Command
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_Cmd string The command (Add, Replace, etc) sent to the client, that this Status response refers to.
$_CmdRef integer The command ID (CmdID) of the command sent to the client, that this Status response refers to.
$_MsgRef integer The message ID (Msg) of the message sent to the client, that this Status response refers to.
$_SourceRef string 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.
$_Status integer The status response code, one of the Horde_SyncMl::RESPONSE_* constants.
$_TargetRef string 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.
$_cmdName string Name of the command.

Public Methods

Method Description
endElement ( string $uri, string $element ) End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().

Method Details

endElement() public method

End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
public endElement ( string $uri, string $element )
$uri string The namespace URI of the element.
$element string The element tag name.

Property Details

$_Cmd protected_oe property

The command (Add, Replace, etc) sent to the client, that this Status response refers to.
protected string $_Cmd
return string

$_CmdRef protected_oe property

The command ID (CmdID) of the command sent to the client, that this Status response refers to.
protected int $_CmdRef
return integer

$_MsgRef protected_oe property

The message ID (Msg) of the message sent to the client, that this Status response refers to.
protected int $_MsgRef
return integer

$_SourceRef protected_oe property

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.
protected string $_SourceRef
return string

$_Status protected_oe property

The status response code, one of the Horde_SyncMl::RESPONSE_* constants.
protected int $_Status
return integer

$_TargetRef protected_oe property

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.
protected string $_TargetRef
return string

$_cmdName protected_oe property

Name of the command.
protected string $_cmdName
return string