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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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