PHP Класс 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.
Автор: Karsten Fourmont ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_SyncMl_Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Открытые методы

Метод Описание
endElement ( string $uri, string $element ) End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().

Описание методов

endElement() публичный Метод

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.

Описание свойств

$_Cmd защищенное свойство

The command (Add, Replace, etc) sent to the client, that this Status response refers to.
protected string $_Cmd
Результат string

$_CmdRef защищенное свойство

The command ID (CmdID) of the command sent to the client, that this Status response refers to.
protected int $_CmdRef
Результат integer

$_MsgRef защищенное свойство

The message ID (Msg) of the message sent to the client, that this Status response refers to.
protected int $_MsgRef
Результат integer

$_SourceRef защищенное свойство

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
Результат string

$_Status защищенное свойство

The status response code, one of the Horde_SyncMl::RESPONSE_* constants.
protected int $_Status
Результат integer

$_TargetRef защищенное свойство

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
Результат string

$_cmdName защищенное свойство

Name of the command.
protected string $_cmdName
Результат string